Ejemplo n.º 1
0
void CalculateRudderAngle(void)
{
    rudderSensorData.RudderPositionAngle = PotToRads(rudderSensorData.PotValue, rudderCalData.StarLimitValue, rudderCalData.PortLimitValue);
}
Ejemplo n.º 2
0
void CalculateBallastAngle(void)
{
    ballastSensorData.BallastPositionAngle = PotToRads(ballastSensorData.PotValue, ballastCalData.StarLimitValue, ballastCalData.PortLimitValue);
}