spectrum
This commit is contained in:
parent
7464eb67e8
commit
f0ca3f02b6
@ -14,7 +14,7 @@
|
||||
#define BEG_LAMP_IDX 0
|
||||
#define END_LAMP_IDX 2
|
||||
#define COLOR_AMOUNT 3
|
||||
enum color_pin {RED=0, GREEN=1, BLUE=2};
|
||||
enum color_pin {RED, GREEN, BLUE};
|
||||
enum color_spectrum {pr, mb, pg, mr, pb, mg};
|
||||
|
||||
static unsigned long cur_time;
|
||||
|
Loading…
x
Reference in New Issue
Block a user