18#ifndef __ECU_AEROSERVO_H__
19#define __ECU_AEROSERVO_H__
43void run(
int breakPressure,
int steeringAngle);
Update, set, and get predefined pin values.
Module used for aero calculations.
void run(int breakPressure, int steeringAngle)
Run Aero servo logic, given raw values.
void setup(void)
Attach analog pins to their servo objects.
int getServoValue()
Get the current servo position value.