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.
Fork of MPU6050_test by
Revision 2:fc47fabf9268, committed 2018-07-07
- Comitter:
- masafumiyamada
- Date:
- Sat Jul 07 07:59:46 2018 +0000
- Parent:
- 1:7be279aec63f
- Commit message:
- ???????_MPU6050
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7be279aec63f -r fc47fabf9268 main.cpp --- a/main.cpp Tue May 24 08:32:56 2016 +0000 +++ b/main.cpp Sat Jul 07 07:59:46 2018 +0000 @@ -2,7 +2,7 @@ #include "MPU6050.h" DigitalOut myled(LED1); -MPU6050 mpu(PB_9,PB_8); +MPU6050 mpu(p9,p10); int main() { while(1){