MPU6050サンプルプログラム

Dependencies:   MPU-6050 mbed

Fork of MPU6050_test by SSSRC 2016s

Revision:
2:fc47fabf9268
Parent:
0:5ac6fdeb615e
--- 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){