Charles Dove
/
LSM9DS1_Demo
Updated LSM9DS1 to working version of Mbed OS 2.
Revision 1:f3c95b1c4bc2, committed 2019-04-14
- 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 |
diff -r 9632b831b6c1 -r f3c95b1c4bc2 main.cpp --- 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);
diff -r 9632b831b6c1 -r f3c95b1c4bc2 mbed.bld --- 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