ASMESDC2018
|
Header file for LED class More...
Go to the source code of this file.
Classes | |
struct | LEDState |
struct | LEDPins |
class | LED |
Macros | |
#define | COMMON_ANODE |
#define | COLOR_NONE 0 |
#define | COLOR_RED 1 |
#define | COLOR_YELLOW 2 |
#define | COLOR_GREEN 3 |
#define | MIN_STATE_VAL 0 |
#define | MAX_STATE_VAL 3 |
#define | MIN_COLOR_VALUE 0 |
#define | MAX_COLOR_VALUE 255 |
#define | BLINK_OFF 0 |
#define | BLINK_ON 1 |
#define | BLINK_SPEED 250 |
#define | SIDE_BOTH 0 |
#define | SIDE_LEFT 1 |
#define | SIDE_RIGHT 2 |