28#define PIN_POT_COLOR_SENSOR D3
29#define PIN_POT_VEL_SENSOR D4
31#define PIN_POT_COLOR_SENSOR A3
32#define PIN_POT_VEL_SENSOR A4
35#define PIN_VIS_SELECT 2
36#define PIN_COLOR_SELECT 4
65 FL_DBG(
"curr_val: " << curr_val);
Centralized logging categories for FastLED hardware interfaces and subsystems.
CountingButton vis_selector(PIN_VIS_SELECT)
ui_state ui_update(uint32_t now_ms, uint32_t delta_ms)
#define PIN_POT_VEL_SENSOR
ColorSelector color_selector(PIN_COLOR_SELECT)
#define PIN_POT_COLOR_SENSOR
float read_velocity_bias()
Potentiometer color_pot(PIN_POT_COLOR_SENSOR)
float read_color_selector()
Potentiometer velocity_pot(PIN_POT_VEL_SENSOR)