Updated LSM9DS1 to working version of Mbed OS 2.

Dependencies:   mbed LSM9DS1

Files at this revision

API Documentation at this revision

Comitter:
cdove
Date:
Sun Apr 14 02:05:03 2019 +0000
Parent:
0:9632b831b6c1
Commit message:
Updated to MbedOS5

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 19 16:52:59 2015 +0000
+++ b/main.cpp	Sun Apr 14 02:05:03 2019 +0000
@@ -7,7 +7,7 @@
 #define REFRESH_TIME_MS 1000
 
 // Verify that the pin assignments below match your breadboard
-LSM9DS1 imu(p9, p10);
+LSM9DS1 imu(PC_9, PA_8);
 
 Serial pc(USBTX, USBRX);
 
--- a/mbed.bld	Mon Oct 19 16:52:59 2015 +0000
+++ b/mbed.bld	Sun Apr 14 02:05:03 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file