Library for led
RGB LED library
users/gimohd/code/LED/
[Not found]
Diff: lib/Color.h
- Revision:
- 1:3d9e5b4abecf
- Parent:
- 0:5368b27ca9d0
- Child:
- 2:86c0b50796cd
diff -r 5368b27ca9d0 -r 3d9e5b4abecf lib/Color.h --- a/lib/Color.h Thu Dec 10 15:06:29 2015 +0000 +++ b/lib/Color.h Thu Dec 10 15:11:14 2015 +0000 @@ -1,4 +1,18 @@ - +/** COLOR CLASS + * Used for printing "Hello World" on USB serial. + * + * Example: + * @code + * #include "mbed.h" + * #include "HelloWorld.h" + * + * HelloWorld hw(); + * + * int main() { + * hw.printIt(2); + * } + * @endcode + */ #ifndef COLOR_H #define COLOR_H