21#define PIN_POT_COLOR_SENSOR D3
22#define PIN_POT_VEL_SENSOR D4
24#define PIN_POT_COLOR_SENSOR A3
25#define PIN_POT_VEL_SENSOR A4
28#define PIN_VIS_SELECT 2
29#define PIN_COLOR_SELECT 4
34float read_color_selector() {
35 return color_pot.Read();
38float read_velocity_bias() {
39 return velocity_pot.Read();
ui_state ui_update(uint32_t now_ms, uint32_t delta_ms)
ColorSelector color_selector
CountingButton vis_selector