14 lines
237 B
C++
14 lines
237 B
C++
|
#define BLACK 0
|
||
|
#define BLUE 1
|
||
|
#define GREEN 2
|
||
|
#define CYAN 3
|
||
|
#define RED 4
|
||
|
#define MAGENTA 5
|
||
|
#define YELLOW 6
|
||
|
#define WHITE 7
|
||
|
|
||
|
#define BLINK 1
|
||
|
#define NO_BLINK 0
|
||
|
#define HIGH 1
|
||
|
#define LOW 0
|