Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 1:f49751c75d5e
- Parent:
- 0:5d0a1c494baa
diff -r 5d0a1c494baa -r f49751c75d5e main.cpp --- 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);