コダック

Dependencies:   mbed BMP180

Files at this revision

API Documentation at this revision

Comitter:
naruu
Date:
Sat Dec 19 20:52:35 2020 +0000
Parent:
0:5d0a1c494baa
Commit message:
aa;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Dec 19 14:18:47 2020 +0000
+++ b/main.cpp	Sat Dec 19 20:52:35 2020 +0000
@@ -8,7 +8,7 @@
 
 Serial pc(SERIAL_TX,SERIAL_RX,921600);//通信
 BMP180 bmp180(PIN_SDA,PIN_SCL);//気圧センサーのピン
-Serial xbee(D1,D0);//Xbeeのピン
+Serial xbee(A7,A2);//Xbeeのピン
 DigitalOut FET1(D9);//FETのピン
 DigitalOut FET2(D8);