MPU6050サンプルプログラム

Dependencies:   MPU-6050 mbed

Fork of MPU6050_test by SSSRC 2016s

Files at this revision

API Documentation at this revision

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
--- 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){