From 4b6714b617d872166cad929156a2902f45246b21 Mon Sep 17 00:00:00 2001 From: Daniel Peter Chokola Date: Thu, 14 Apr 2022 20:43:05 -0400 Subject: [PATCH] space EM7180 picture away from text in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce65757..7f3325f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Generic C driver for the newest Ultimate Sensor Fusion Solution using the latest ST motion sensors: combination accel/gyro LSM6DSM, magnetometer LIS2MDL, and barometer LPS22HB. Now sold on [Tindie](https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution-lsm6dsm--lis2md/). + ![image](https://user-images.githubusercontent.com/6698410/41677606-a1207402-747d-11e8-9f83-f1c51f899ab4.jpg) The driver is developed within the STM32 ecosystem following some ST API idioms. However, the driver does not depend on any ST-specific headers or libraries and is written to use user-provided callbacks for platform-specific functionality.