21#warning "A3 is not defined, using 3"
25#warning "A4 is not defined, using 4"
30#define PIN_POT_COLOR_SENSOR D3
31#define PIN_POT_VEL_SENSOR D4
33#define PIN_POT_COLOR_SENSOR A3
34#define PIN_POT_VEL_SENSOR A4
37#define PIN_VIS_SELECT 2
38#define PIN_COLOR_SELECT 4
43float read_color_selector() {
44 return color_pot.Read();
47float read_velocity_bias() {
48 return velocity_pot.Read();
ui_state ui_update(uint32_t now_ms, uint32_t delta_ms)
ColorSelector color_selector
CountingButton vis_selector