201803_oshima Team.F.C.

Dependencies:   BMP180 MPU6050 SDFileSystem mbed

Fork of 201803_oshima_jodan by Haruki Sashida

Files at this revision

API Documentation at this revision

Comitter:
sashida_h
Date:
Tue Feb 20 03:17:19 2018 +0000
Parent:
3:a7b39e55d100
Child:
5:bb9c685fc1fe
Commit message:
??;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 20 03:14:24 2018 +0000
+++ b/main.cpp	Tue Feb 20 03:17:19 2018 +0000
@@ -10,7 +10,7 @@
 SDFileSystem    sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board
 BMP180          bmp(p28,p27);
 MPU6050         mpu(p28,p27);
-DigitalIn       fly(p20);
+DigitalIn       fly(p14);
 Serial          twe(p9,p10);
 Serial          gps(p13,p14);
 Serial          pc(USBTX,USBRX);