differential_pressure sensors: use driver base class

This commit is contained in:
Beat Küng
2020-03-03 19:02:11 +01:00
committed by Daniel Agar
parent 0924ff7fcf
commit 3b7b2dc871
14 changed files with 248 additions and 890 deletions

View File

@@ -21,31 +21,19 @@ if adc start
then
fi
if sdp3x_airspeed start
if sdp3x_airspeed start -X
then
fi
if ms5525_airspeed start
if ms5525_airspeed start -X
then
fi
if ms5525_airspeed start -b 2
if ms4525_airspeed start -X
then
fi
if ms4525_airspeed start
then
fi
if ms4525_airspeed start -b 2
then
fi
if ets_airspeed start
then
fi
if ets_airspeed start -b 1
if ets_airspeed start -X
then
fi