SAE Teensy ECU
IIT SAE Microcontroller programming
|
Module used for aero calculations. More...
Functions | |
void | setup (void) |
Attach analog pins to their servo objects. | |
void | run (int breakPressure, int steeringAngle) |
Run Aero servo logic, given raw values. | |
int | getServoValue () |
Get the current servo position value. | |
Module used for aero calculations.
int Aero::getServoValue | ( | ) |
Get the current servo position value.
void Aero::run | ( | int | breakPressure, |
int | steeringAngle | ||
) |
Run Aero servo logic, given raw values.
breakPressure | break pressure value |
steeringAngle | steering angle value |