spectrum
This commit is contained in:
parent
f2f0b2dccb
commit
a7d49dbd9c
@ -13,7 +13,7 @@
|
|||||||
#define END_LAMP_IDX 2
|
#define END_LAMP_IDX 2
|
||||||
#define COLOR_AMOUNT 3
|
#define COLOR_AMOUNT 3
|
||||||
enum color_pin {GREEN, RED, BLUE};
|
enum color_pin {GREEN, RED, BLUE};
|
||||||
enum spectrum_transisition {g, bg, r, gr, b, rb};
|
enum spectrum_transisition {r, br, g, rg, b, gb};
|
||||||
|
|
||||||
static unsigned long cur_time;
|
static unsigned long cur_time;
|
||||||
static unsigned long prev_time;
|
static unsigned long prev_time;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user