This commit is contained in:
Leon Wilzer 2022-11-23 18:05:40 +01:00
parent 9d3e9ccb45
commit 96f368b4f5

View File

@ -6,7 +6,7 @@
#define LIGHT_MAX DUTY_MAX #define LIGHT_MAX DUTY_MAX
#define LIGHT_MIN DUTY_MIN #define LIGHT_MIN DUTY_MIN
#define LIGHT_OFF 0 #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 RC 0x7FFF // return code: 0x7FFF - program should be further called by the firmware;
#define sRC 0 #define sRC 0
@ -45,7 +45,7 @@ void PrgInit
states[0] = &red_state; states[0] = &red_state;
states[1] = &green_state; states[1] = &green_state;
states[2] = &blue_state; states[2] = &blue_state;
spectrum_state = 0; spectrum_state = pr;
pin = RED; pin = RED;
lamp_idx = BEG_LAMP_IDX; lamp_idx = BEG_LAMP_IDX;
n_loops = 10; n_loops = 10;