|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <RTD.h>

Public Attributes | |
| ControllerSystem | base |
| uint8_t | readyToDrive |
| uint8_t | precharged |
| uint8_t | counter |
| Button * | button |
| DigitalOutput * | piezo |
| Apps * | apps |
| BrakeSystemControl * | bsc |
| ControllerSystem RTD::base |
| BrakeSystemControl* RTD::bsc |
| DigitalOutput* RTD::piezo |