Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 42:d6217332ce19
- Parent:
- 40:ccdd34615533
--- a/System/StaticDefs.cpp Wed Feb 14 21:10:51 2018 +0000
+++ b/System/StaticDefs.cpp Wed Feb 14 21:47:31 2018 +0000
@@ -55,7 +55,7 @@
}
IMU & imu() {
- static IMU imu(p13,p14); // tx, rx pin
+ static IMU imu(p28,p27); // tx, rx pin
return imu;
}