ON OFF LED

Dependencies:   mbed

LED_COLORES/Led_Colores.h

Committer:
RazielLopez
Date:
2018-05-26
Revision:
0:100c914c126b

File content as of revision 0:100c914c126b:

#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
    };