spectrum
This commit is contained in:
parent
9d3e9ccb45
commit
96f368b4f5
@ -6,7 +6,7 @@
|
||||
#define LIGHT_MAX DUTY_MAX
|
||||
#define LIGHT_MIN DUTY_MIN
|
||||
#define LIGHT_OFF 0
|
||||
#define wait 250
|
||||
#define wait 10
|
||||
|
||||
#define RC 0x7FFF // return code: 0x7FFF - program should be further called by the firmware;
|
||||
#define sRC 0
|
||||
@ -45,7 +45,7 @@ void PrgInit
|
||||
states[0] = &red_state;
|
||||
states[1] = &green_state;
|
||||
states[2] = &blue_state;
|
||||
spectrum_state = 0;
|
||||
spectrum_state = pr;
|
||||
pin = RED;
|
||||
lamp_idx = BEG_LAMP_IDX;
|
||||
n_loops = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user