Contains classes which are able to change the color of a LED

Dependents:   RGB

Revision:
2:ad02ba0ccc06
Parent:
1:671aa8173c2f
--- a/RGB.h	Mon Jan 18 19:49:32 2016 +0000
+++ b/RGB.h	Mon Jan 18 19:57:50 2016 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 #include "Color.h"
 
-/** RGB class
+/** 
  *  Colors can be created by either giving in a value between 0 and 255 for red, green and blue,
  *  or giving in the name of a hardcoded color or giving the hexadecimal code for a color.
  */