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: MODSERIAL QEI mbed mbed-dsp
Fork of Minor_test_serial by
Diff: main.cpp
- Revision:
- 7:e21056555296
- Parent:
- 6:1ee8795b7578
- Child:
- 8:9b517db94f49
--- a/main.cpp Mon Sep 24 14:20:04 2018 +0000 +++ b/main.cpp Tue Sep 25 11:55:40 2018 +0000 @@ -2,7 +2,6 @@ #include "MODSERIAL.h" #include "QEI.h" -Ticker Blinker; DigitalOut ledr(LED_RED); DigitalOut ledg(LED_GREEN);
