1#ifndef RENNSSELAERMOTORSPORT_ESC_H
2#define RENNSSELAERMOTORSPORT_ESC_H
4#include "../ExternalSystem.h"
void updateEsc(void *esc)
Updates the ESC data.
float getEscMotorRevolutions(const Esc *esc)
Gets the motor revolutions of the ESC.
void initEsc(Esc *esc, int hz)
Initializes the ESC with the given frequency.
float getEscTemp(const Esc *esc)
Gets the temperature of the ESC.
char * toStringEsc(const Esc *esc)
Converts the Esc structure to a string.