ON OFF LED

Dependencies:   mbed

Revision:
0:100c914c126b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LED_COLORES/Led_Colores.h	Sat May 26 14:51:59 2018 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#define off 1
+#define on 0
+
+void ColorLed(int);
+
+enum Bit_Color{
+                    BIT_RED=1,BIT_GREEN=2,BIT_BLUE=4 
+    };
+enum Led_Color {
+                    BLACK,RED,GREEN,YELLOW,BLUE,MAGENTA,CYAN,WHITE
+    };
\ No newline at end of file