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: ContinuousServo Tach mbed
Diff: main.cpp
- Revision:
- 2:f72b9dd19159
- Parent:
- 0:ac6a1723d393
- Child:
- 3:e33676098294
diff -r 2598d029cedb -r f72b9dd19159 main.cpp --- a/main.cpp Fri Mar 02 16:56:19 2018 +0000 +++ b/main.cpp Fri Mar 02 17:02:06 2018 +0000 @@ -2,6 +2,8 @@ #include "ContinuousServo.h" #include "Tach.h" +// Test change + Serial pc(USBTX,USBRX); //servos ContinuousServo left(p23);
