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: 2022_NHK_B_canTR FEP_RX22 QEI ikarashiMDC_2byte_ver mbed HOSOKIkikou R1370 SEKIkikou
Diff: main.cpp
- Revision:
- 2:ea17f9e04972
- Parent:
- 0:877aeb04390a
- Child:
- 3:75dae8deb5f3
--- a/main.cpp Thu Sep 29 09:24:21 2022 +0000 +++ b/main.cpp Fri Sep 30 05:31:57 2022 +0000 @@ -4,7 +4,7 @@ #include "ikarashiMDC.h" Bcon mycon(fepTX, fepRX, fepad); -Serial pc(pcTX, pcRX, 115200); +Serial pc(USBTX, USBRX, 115200); Serial serial(motorTX, motorRX, 115200); DigitalOut stop(stop_pin); DigitalOut led(LED2);