Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Functions | |
void | initOutput (Output *output, const char *name, int hz, OutputType type) |
Initializes an output with the given parameters. More... | |
void initOutput | ( | Output * | output, |
const char * | name, | ||
int | hz, | ||
OutputType | type | ||
) |
Initializes an output with the given parameters.
output | Pointer to the Output structure to initialize. |
name | Pointer to a string containing the name of the output. |
hz | The frequency in Hertz at which the output operates. |
type | The type of the output as defined by the SensorType enum. |
Definition at line 4 of file Output.c.