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:
- 8:1fbdc76809e8
- Parent:
- 7:38df40e80d76
- Child:
- 9:02580f39e37e
diff -r 38df40e80d76 -r 1fbdc76809e8 main.cpp
--- a/main.cpp Sat Dec 19 11:35:09 2020 +0000
+++ b/main.cpp Sat Dec 19 11:36:30 2020 +0000
@@ -16,7 +16,7 @@
DigitalIn flight(D6); //フライトピンのピン
DigitalOut SW(D7);//フライトピンの電圧降下ピン
TB6612 motor(D7,D9,D11);//モータードライバーのピン
-GPS gps (A7,D12);
+GPS gps (D13,A7);
int main(){