my version of the RGBLed library. NOTHING changed, just wanted to put into my account.

Fork of RGBLed by Romain Berrada

Revision:
5:b125e5a28295
Parent:
4:176363412797
Child:
6:050081bc1393
--- a/RGBLed.h	Wed Sep 03 10:46:40 2014 +0000
+++ b/RGBLed.h	Wed Sep 03 19:32:25 2014 +0000
@@ -17,6 +17,9 @@
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
 
+#ifndef INCLUDE_RGBLED_H
+#define INCLUDE_RGBLED_H
+
 #include "mbed.h"
 
 /** A  light RGB LED Class \n
@@ -80,4 +83,6 @@
     static Color CYAN; /**< Cyan Color (Green + Blue) */
     static Color YELLOW; /**< Yellow Color (Red + Green) */
     static Color WHITE; /**< White Color (Red + Green + Blue) */
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file