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.
Revision 6:51fbb88bdb6a, committed 2020-12-19
- Comitter:
- naruu
- Date:
- Sat Dec 19 11:07:31 2020 +0000
- Parent:
- 5:e922c07f1b61
- Child:
- 7:38df40e80d76
- Commit message:
- kou;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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(){