ardupilot/libraries/AP_Airspeed
Andrew Tridgell 689595080a AP_Airspeed: ensure we have at least 10 samples for airspeed cal
thanks to Michael for pointing out this issue
2016-06-27 10:52:59 +10:00
..
examples/Airspeed Added temperature to the Airspeed.cpp example script 2016-04-29 17:59:11 -03:00
models
AP_Airspeed.cpp AP_Airspeed: ensure we have at least 10 samples for airspeed cal 2016-06-27 10:52:59 +10:00
AP_Airspeed.h AP_Airspeed: ensure we have at least 10 samples for airspeed cal 2016-06-27 10:52:59 +10:00
AP_Airspeed_Backend.h AP_Airspeed: replace header guard with pragma once 2016-03-16 18:40:40 +11:00
AP_Airspeed_I2C.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_I2C.h AP_Airspeed: replace header guard with pragma once 2016-03-16 18:40:40 +11:00
AP_Airspeed_PX4.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_PX4.h AP_Airspeed: replace header guard with pragma once 2016-03-16 18:40:40 +11:00
AP_Airspeed_analog.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_analog.h AP_Airspeed: remove unused _last_pin 2016-04-23 23:06:21 -07:00
Airspeed_Calibration.cpp AP_Math: Replace the pythagorous* functions with a variadic template 2016-05-10 11:41:26 -03:00