33 #define MIDI_NOTE_ENABLE_WAH 42 70 #endif // _EXPRESSION_H bool exec_cal(const char *command)
Handler for the serial command 'cal'.
Definition: expression.c:81
bool exec_mute(const char *command)
Handler for the serial command 'mute'.
Definition: expression.c:140
bool exec_echo(const char *command)
Handler for the serial command 'echo'.
Definition: expression.c:122
void handle_enable_switch(void)
A background task that handles the enable switch.
Definition: expression.c:167
void trigger_expression_conversion(void)
Triggers an ADC conversion of the expression pedal input.
Definition: expression.c:215
void update_expression_value(uint16_t new_value)
Updates the stored expression value.
Definition: expression.c:220
void init_expression_module(void)
Initializes the expression module.
Definition: expression.c:194