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
Diff: main.cpp
- Revision:
- 1:dac1b3639634
- Parent:
- 0:aada457e96b6
--- a/main.cpp Fri Feb 20 01:43:54 2015 +0000 +++ b/main.cpp Fri Feb 20 03:17:12 2015 +0000 @@ -17,8 +17,8 @@ Serial terminal(USBTX, USBRX); -DigitalOut myGreenLED(GREENLED, LEDOFF); //PTD1 -DigitalOut myRedLED(REDLED, LEDOFF); //PTB18 +DigitalOut myGreenLED(GREENLED, LEDOFF); +DigitalOut myRedLED(REDLED, LEDOFF); DigitalIn modeSwitch(PTD5);

