4 #ifndef MOTOR_DRIVER_H_ 5 #define MOTOR_DRIVER_H_ int8_t read_position_rel(struct pi_t *motor_param_p)
Definition: motor_driver_node2.c:215
void motor_regulator(struct pi_t *motor_param, int8_t reference)
Definition: motor_driver_node2.c:203
uint16_t calibrate_encoder()
Definition: motor_driver_node2.c:78
int16_t read_encoder()
Definition: motor_driver_node2.c:41
int16_t read_position(uint16_t encoder_max_val)
Definition: motor_driver_node2.c:141
void motor_init(void)
Definition: motor_driver_node2.c:14
void reset_encoder()
Definition: motor_driver_node2.c:71
void motor_set_val(int8_t input_percent)
Definition: motor_driver_node2.c:164