a

Dependencies:   mbed LSM9DS1_Library_cal

Revision:
1:de8f3b0bf7a0
Parent:
0:e693d5bf0a25
--- a/main.cpp	Wed Feb 03 18:47:07 2016 +0000
+++ b/main.cpp	Fri Mar 29 16:06:06 2019 +0000
@@ -47,6 +47,7 @@
 int main()
 {
     //LSM9DS1 lol(p9, p10, 0x6B, 0x1E);
+    //LSM9DS1 IMU(p9, p10, 0xD6, 0x3C);
     LSM9DS1 IMU(p28, p27, 0xD6, 0x3C);
     IMU.begin();
     if (!IMU.begin()) {