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
Revision 1:dac1b3639634, committed 2015-02-20
- Comitter:
- DIGL1024W15
- Date:
- Fri Feb 20 03:17:12 2015 +0000
- Parent:
- 0:aada457e96b6
- Commit message:
- removed incorrect comments regarding RGB LED pin designations
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);

