aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/airspeed/airspeed.h
Commit message (Collapse)AuthorAgeFilesLines
* trivial code style cleanup round 2Daniel Agar2015-03-271-3/+3
|
* airspeed driver: better initLorenz Meier2014-07-161-0/+4
|
* airspeed driver: Do not spam the console on error, report the system change ↵Lorenz Meier2014-04-201-0/+7
| | | | only once
* Fix airspeed sensorLorenz Meier2014-02-151-1/+1
|
* Airspeed does not publish if disabledLorenz Meier2014-01-121-1/+3
|
* Fix indendation in airspeed driver (no functional change)Lorenz Meier2013-12-101-1/+1
|
* fix MEAS airspeed and airspeed calibrationThomas Gubler2013-11-101-1/+1
|
* Rework the ringbuffer class so that it's not templated, and refactor its ↵px4dev2013-09-121-1/+1
| | | | clients so they aren't dancing around the linker anymore.
* airspeed: convert to using RingBuffer classAndrew Tridgell2013-09-121-7/+12
|
* avoid counters going above limit in INCREMENT()Andrew Tridgell2013-08-281-1/+1
| | | | | | | when using INCREMENT() the counter would temporarily read equal to limit, which could cause an issue if the task is preempted. (this macro should be in a common header, though which header?)
* Fixed last few compile errors, ready for testingLorenz Meier2013-07-141-2/+2
|
* Reworked airspeed driver to keep most of it abstractLorenz Meier2013-07-101-0/+169