17 #ifndef __EXTERNAL_MOTORBOARD_H 18 #define __EXTERNAL_MOTORBOARD_H void emot_Init(void)
Initializes the motorboard driver.
Definition: external_motorboard.c:22
float32_t emot_GetPosition(void)
Gets the current motor shaft position.
Definition: external_motorboard.c:40
void emot_SetTorque(float32_t torque)
Set the motor torque.
Definition: external_motorboard.c:31