sensors: move differential pressure aggregation to sensors/airspeed WorkItem

This commit is contained in:
Daniel Agar
2020-09-29 11:31:26 -04:00
parent d65d06f82d
commit dfb342bdac
9 changed files with 678 additions and 195 deletions
-1
View File
@@ -183,7 +183,6 @@ float calc_IAS(float differential_pressure)
} else {
return -sqrtf((2.0f * fabsf(differential_pressure)) / CONSTANTS_AIR_DENSITY_SEA_LEVEL_15C);
}
}
float calc_TAS_from_CAS(float speed_calibrated, float pressure_ambient, float temperature_celsius)