ardupilot/libraries/Filter
Pat Hickey c56c4ae240 Various example sketches: hal.uart0->begin(115200) is redundant. use console.
just assume uart0 is initialized by the HAL, because it is. DRY.
also, don't ever use uart0 explicitly in example sketches, use console
and let the hal figure it out.
2012-12-20 14:51:25 +11:00
..
examples Various example sketches: hal.uart0->begin(115200) is redundant. use console. 2012-12-20 14:51:25 +11:00
AverageFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
DerivativeFilter.cpp Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
DerivativeFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
Filter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
FilterClass.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
FilterWithBuffer.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
LowPassFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
ModeFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
keywords.txt Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09:00