ardupilot/libraries/AP_Airspeed
Michael du Breuil 382cbb9b4d AP_Airspeed: Sanity check DLVR raw data before accumulating it
This is intended to help with really bad RF interference flipping bits on the I2C bus which can lead to some intresting results
2022-02-09 09:00:22 +11:00
..
examples/Airspeed AP_Airspeed: add AP_AIRSPEED_ENABLED 2022-01-19 18:21:32 +11:00
models AP_Airspeed: remove duplicated words from comments 2022-02-07 08:24:14 +09:00
AP_Airspeed.cpp AP_Airspeed: move Airspeed up to AP_Vehicle, use dummy class for Copter 2022-01-19 18:21:32 +11:00
AP_Airspeed.h AP_Airspeed: add AP_AIRSPEED_ENABLED 2022-01-19 18:21:32 +11:00
AP_Airspeed_ASP5033.cpp AP_Airspeed: added DEVID parameters for airspeed 2021-07-12 17:14:59 +10:00
AP_Airspeed_ASP5033.h AP_Airspeed: added ASP5033 driver 2021-03-28 07:50:34 +11:00
AP_Airspeed_Backend.cpp AP_Airspeed: support 3 I2C addresses for MS4525 2021-07-12 17:14:59 +10:00
AP_Airspeed_Backend.h AP_Airspeed: added ARSPD_OPTIONS bit for disabling voltage correction 2021-07-12 17:14:59 +10:00
AP_Airspeed_DLVR.cpp AP_Airspeed: Sanity check DLVR raw data before accumulating it 2022-02-09 09:00:22 +11:00
AP_Airspeed_DLVR.h AP_Airspeed: allow for an AIRSPEED list in hwdef.dat 2021-09-21 13:51:40 +10:00
AP_Airspeed_Health.cpp AP_Airspeed: add dedicated MAX_WIND param 2020-10-27 11:21:04 +11:00
AP_Airspeed_MS4525.cpp AP_Airspeed: make MAV_SEVERITY levels higher 2021-11-03 18:06:48 -07:00
AP_Airspeed_MS4525.h AP_Airspeed: support 3 I2C addresses for MS4525 2021-07-12 17:14:59 +10:00
AP_Airspeed_MS5525.cpp AP_Airspeed: make MAV_SEVERITY levels higher 2021-11-03 18:06:48 -07:00
AP_Airspeed_MS5525.h AP_Airspeed: removed #include duplicates 2019-01-03 09:40:50 +09:00
AP_Airspeed_MSP.cpp AP_Airspeed: added DEVID parameters for airspeed 2021-07-12 17:14:59 +10:00
AP_Airspeed_MSP.h AP_Airspeed: added MSP backend 2020-12-08 20:41:12 +11:00
AP_Airspeed_NMEA.cpp AP_Airspeed: added DEVID parameters for airspeed 2021-07-12 17:14:59 +10:00
AP_Airspeed_NMEA.h AP_Airspeed: add NMEA water speed backend 2020-10-27 11:24:49 +11:00
AP_Airspeed_SDP3X.cpp AP_Airspeed: make C_TO_KELVIN a function macro; create KELVIN_TO_C 2022-01-13 18:31:46 +11:00
AP_Airspeed_SDP3X.h AP_Airspeed: remove size warning on SDP3X crc function. 2020-10-14 07:52:02 +11:00
AP_Airspeed_UAVCAN.cpp AP_Airspeed: make C_TO_KELVIN a function macro; create KELVIN_TO_C 2022-01-13 18:31:46 +11:00
AP_Airspeed_UAVCAN.h AP_Airspeed: enable for use in AP_Periph 2019-10-21 19:12:01 +11:00
AP_Airspeed_analog.cpp AP_Airspeed: analog: check valid pin 2021-10-06 18:42:51 +11:00
AP_Airspeed_analog.h AP_Airspeed: support dual airspeed sensors 2018-01-16 07:14:20 +11:00
Airspeed_Calibration.cpp AP_Airspeed: add inflight airspeed cal rc switch 2020-11-25 21:30:15 +11:00