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.
Revision 1:dafbcc661e0f, committed 2015-12-12
- Comitter:
- TheFella
- Date:
- Sat Dec 12 15:25:37 2015 +0000
- Parent:
- 0:241b0b9f3b07
- Commit message:
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 19 18:50:09 2015 +0000 +++ b/main.cpp Sat Dec 12 15:25:37 2015 +0000 @@ -8,6 +8,7 @@ //DigitalOut gpo(D0); //DigitalOut led(LED1); + PwmOut g(LED_GREEN); PwmOut b(LED_BLUE);