Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Functions | |
void | initECSIndicator (ESCIndicator *esc, int hz, int port) |
bool | getAlive (ESCIndicator *esc) |
Getter for alive var. More... | |
bool getAlive | ( | ESCIndicator * | esc | ) |
Getter for alive var.
esc | A pointer to the ESCIndicator structure. |
Definition at line 8 of file ESCIndicator.c.
void initECSIndicator | ( | ESCIndicator * | esc, |
int | hz, | ||
int | port | ||
) |
Definition at line 3 of file ESCIndicator.c.