|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../../../Inc/Sensors/DigitalSensor.h"#include "../../../Inc/Sensors/DigitalSensors/Button.h"
Go to the source code of this file.
Functions | |
| void | initButton (Button *button, const char *name, int hz, int port) |
| int | getButtonReading (Button *button) |
| int getButtonReading | ( | Button * | button | ) |
Definition at line 8 of file Button.c.


| void initButton | ( | Button * | button, |
| const char * | name, | ||
| int | hz, | ||
| int | port | ||
| ) |
Definition at line 4 of file Button.c.

