aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/airspeed/airspeed.h
Commit message (Collapse)AuthorAgeFilesLines
* 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