added onboard Encoder not working yet
This commit is contained in:
@@ -54,6 +54,11 @@ int get_direction();
|
||||
float get_speed_index();
|
||||
float get_speed_AB();
|
||||
void conf_mcpwm_timers();
|
||||
void IRAM_ATTR index_isr_handler(void *arg);
|
||||
void IRAM_ATTR enc_ab_isr_handler(void *arg);
|
||||
//void IRAM_ATTR enc_in_a_isr_handler(void *arg);
|
||||
//void IRAM_ATTR enc_in_b_isr_handler(void *arg);
|
||||
int16_t get_enc_in_counter();
|
||||
void parse_3pins(const char *TAG, const char *pin_string, int *pins);
|
||||
SSD1306_t *configure_OLED(const char *TAG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user