Go to the documentation of this file. 11 #define COMMON_ANODE // comment if not using a common anode LED 15 #define COLOR_YELLOW 2 17 #define MIN_STATE_VAL 0 18 #define MAX_STATE_VAL 3 20 #define MIN_COLOR_VALUE 0 21 #define MAX_COLOR_VALUE 255 25 #define BLINK_SPEED 250 // speed at which to blink in miliseconds 53 LED(
int,
int,
int,
int,
int,
int);
55 void setup(
int,
int,
int,
int,
int,
int);
64 void _updateState(
void);
65 void _updateBlink(
void);
66 void _setColor(
int,
int,
int,
int);