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.
Dependents: MenuExample exosite_http_example exosite_http_example FastPWM
Revision 6:9b7ee7ba4109, committed 2015-06-12
- Comitter:
- rominos2
- Date:
- Fri Jun 12 19:02:04 2015 +0000
- Parent:
- 5:b125e5a28295
- Commit message:
- Fixed the documentation in RGBLed.h
Changed in this revision
| RGBLed.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RGBLed.h Wed Sep 03 19:32:25 2014 +0000
+++ b/RGBLed.h Fri Jun 12 19:02:04 2015 +0000
@@ -27,7 +27,7 @@
Here is an quick hello-world class that makes the LED blink with all colors. \n
@code
#include "mbed.h"
- #include "rgb.h"
+ #include "RGBLed.h"
RGBLed led(LED_RED, LED_GREEN, LED_BLUE);