|
@ -16,6 +16,6 @@ typedef struct |
|
|
|
|
|
|
|
|
void encoder_all_start(void); |
|
|
void encoder_all_start(void); |
|
|
void encoder_all_stop(void); |
|
|
void encoder_all_stop(void); |
|
|
bool encoder_clear_counter(TIM_HandleTypeDef *tim_handler); |
|
|
|
|
|
|
|
|
bool encoder_clear_counter(encoder_usage_t encoder); |
|
|
void encoder_all_clear_counter(void); |
|
|
void encoder_all_clear_counter(void); |
|
|
bool encoder_read_with_encoder(encoder_usage_t encoder, uint32_t *encoder_value); |
|
|
bool encoder_read_with_encoder(encoder_usage_t encoder, uint32_t *encoder_value); |