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.
Diff: main.cpp
- Revision:
- 2:fc47fabf9268
- Parent:
- 0:5ac6fdeb615e
- Child:
- 3:6e7e6c7dd747
--- 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){