Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../DigitalSensor.h"
Go to the source code of this file.
Classes | |
struct | Button |
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.