19#include "front_controller.h"
StatusCode regen_brake_run(float *target_current, bool *direction)
Runs one regen brake calculation cycle. Called within motor_can.c when in regen brake state.
Definition: regen_brake.c:39
StatusCode regen_brake_init(FrontControllerStorage *storage)
Initializes the regen brake module.
Definition: regen_brake.c:65
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Front Controller storage.
Definition: front_controller.h:91