a

Dependencies:   mbed LSM9DS1_Library_cal

Files at this revision

API Documentation at this revision

Comitter:
apaks180
Date:
Fri Mar 29 16:06:06 2019 +0000
Parent:
0:e693d5bf0a25
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e693d5bf0a25 -r de8f3b0bf7a0 main.cpp
--- 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()) {