1#include "../../../Inc/Systems/External/MotorController.h"
float getAppPosition(App *app)
Gets the current position of the APP.
float getEscTemp(const Esc *esc)
Gets the temperature of the ESC.
void initMotorController(MotorController *mc, Esc *esc, App *app)
Initializes the MotorController with the given ESC and APP.
float getMotorTemp(const MotorController *mc)
Gets the motor temperature from the MotorController.
float getPedalPosition(const MotorController *mc)
Gets the pedal position from the MotorController.