This commit is contained in:
Leon Wilzer 2022-11-23 18:37:49 +01:00
parent 04ab351a79
commit 7464eb67e8

View File

@ -14,7 +14,7 @@
#define BEG_LAMP_IDX 0
#define END_LAMP_IDX 2
#define COLOR_AMOUNT 3
enum color_pin {RED, GREEN, BLUE};
enum color_pin {RED=0, GREEN=1, BLUE=2};
enum color_spectrum {pr, mb, pg, mr, pb, mg};
static unsigned long cur_time;