mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-14 16:56:19 +08:00
Actually declare enc_index_cb
This commit is contained in:
@@ -193,6 +193,7 @@ void set_vel_setpoint(Motor_t* motor, float vel_setpoint, float current_feed_for
|
||||
void set_current_setpoint(Motor_t* motor, float current_setpoint);
|
||||
|
||||
void step_cb(uint16_t GPIO_Pin);
|
||||
void enc_index_cb(uint16_t GPIO_Pin, uint8_t motor_index);
|
||||
void pwm_trig_adc_cb(ADC_HandleTypeDef* hadc, bool injected);
|
||||
void vbus_sense_adc_cb(ADC_HandleTypeDef* hadc, bool injected);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user