LED入れ替え

Dependencies:   HCSR04_2 MPU6050_2 mbed SDFileSystem3

Fork of Autoflight2018_55 by 航空研究会

Files at this revision

API Documentation at this revision

Comitter:
taknokolat
Date:
Wed Sep 26 23:43:14 2018 +0000
Parent:
44:e496af12d20c
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Sep 26 15:45:59 2018 +0000
+++ b/main.cpp	Wed Sep 26 23:43:14 2018 +0000
@@ -137,8 +137,8 @@
 
 DigitalOut led1(PA_0);  //黄色のコネクタ
 DigitalOut led2(PA_1);
-DigitalOut led3(PB_4); 
-DigitalOut led4(PB_5);
+DigitalOut led3(PB_5); 
+DigitalOut led4(PB_4);
 
 //InterruptIn switch2(PC_14);
 MPU6050DMP6 mpu6050(PC_0,&pc); //割り込みピン,シリアルポインタ i2cのピン指定は MPU6050>>I2Cdev.h 内のdefine