17 #ifndef __TORQUE_REGULATOR_H 18 #define __TORQUE_REGULATOR_H void torq_StartCurrentLoop(void)
Start the current regulation.
Definition: torque_regulator.c:77
void torq_Init(void)
Initialize the position and current controllers.
Definition: torque_regulator.c:52
void torq_SetTorque(float32_t torque)
Sets the target motor torque.
Definition: torque_regulator.c:147