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.
Revision 3:6e7e6c7dd747, committed 2020-05-30
- Comitter:
- saeichi
- Date:
- Sat May 30 14:29:07 2020 +0000
- Parent:
- 2:fc47fabf9268
- Commit message:
- nucleo_MPU6050
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Jul 07 07:59:46 2018 +0000 +++ b/main.cpp Sat May 30 14:29:07 2020 +0000 @@ -2,7 +2,7 @@ #include "MPU6050.h" DigitalOut myled(LED1); -MPU6050 mpu(p9,p10); +MPU6050 mpu(D4, D5); int main() { while(1){