Library for led

RGB LED library

users/gimohd/code/LED/

[Not found]

Revision:
2:86c0b50796cd
Parent:
1:3d9e5b4abecf
--- a/lib/Color.h	Thu Dec 10 15:11:14 2015 +0000
+++ b/lib/Color.h	Thu Dec 10 15:32:29 2015 +0000
@@ -1,17 +1,4 @@
 /** 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