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.
Fork of RGBLED by
Diff: main.cpp
- Revision:
- 1:a43483907ce0
- Parent:
- 0:7c0b6a649748
diff -r 7c0b6a649748 -r a43483907ce0 main.cpp --- a/main.cpp Mon Jun 09 14:17:39 2014 +0000 +++ b/main.cpp Thu Jan 29 08:42:26 2015 +0000 @@ -9,9 +9,15 @@ while(1){ rgb.set(red); wait(1); + rgb.set(yellow); + wait(1); rgb.set(green); wait(1); + rgb.set(cyan); + wait(1); rgb.set(blue); wait(1); + rgb.set(magenta); + wait(1); } } \ No newline at end of file