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