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.
Dependencies: mbed HMC6352 US015 TB6612FNG2 getGPS ATP3011
Diff: main.cpp
- Revision:
- 9:9221ef8d36a8
- Parent:
- 8:5fe1b4bbd108
- Child:
- 13:38c5ffe5873a
--- a/main.cpp Tue Oct 26 08:04:13 2021 +0000 +++ b/main.cpp Tue Oct 26 08:21:08 2021 +0000 @@ -11,6 +11,7 @@ #include "FrontGet.h" #include "MotorDriver.h" +Serial pc(USBTX, USBRX); // フライトピン・ニクロム線関係 Serial pc(SERIAL_TX, SERIAL_RX); DigitalIn flight_pin(A0);