Light is blue and toggles after pressing key.
Fork of Minor_test_serial by
Revision 3:c50d01e1dbc5, committed 2018-09-11
- Comitter:
- MAHCSnijders
- Date:
- Tue Sep 11 13:46:18 2018 +0000
- Parent:
- 2:6dd2840ac8d0
- Commit message:
- LED is BLUE instead of GREEN.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 11 13:45:44 2018 +0000 +++ b/main.cpp Tue Sep 11 13:46:18 2018 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "MODSERIAL.h" -DigitalOut myled(LED_GREEN); +DigitalOut myled(LED_BLUE); MODSERIAL pc(USBTX, USBRX); char c;