my version of the RGBLed library. NOTHING changed, just wanted to put into my account.
Fork of RGBLed by
Revision 6:050081bc1393, committed 2014-12-29
- Comitter:
- igalloway
- Date:
- Mon Dec 29 03:03:56 2014 +0000
- Parent:
- 5:b125e5a28295
- Commit message:
- trying to add self-documentation to code
Changed in this revision
RGBLed.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b125e5a28295 -r 050081bc1393 RGBLed.h --- a/RGBLed.h Wed Sep 03 19:32:25 2014 +0000 +++ b/RGBLed.h Mon Dec 29 03:03:56 2014 +0000 @@ -27,7 +27,8 @@ 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" //was -> #include "rgb.h" + RGBLed led(LED_RED, LED_GREEN, LED_BLUE);