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:
- 6:51fbb88bdb6a
- Parent:
- 5:e922c07f1b61
- Child:
- 7:38df40e80d76
--- a/main.cpp Sat Dec 19 11:01:55 2020 +0000
+++ b/main.cpp Sat Dec 19 11:07:31 2020 +0000
@@ -16,7 +16,7 @@
DigitalIn flight(D6); //フライトピンのピン
DigitalOut SW(D7);//フライトピンの電圧降下ピン
TB6612 motor(D7,D9,D11);//モータードライバーのピン
-GPS gps (D1,D0);
+GPS gps (D13,D12);
int main(){