![]() |
Hummingbird Flight Software
Flight software for the Hummingbird FCU quadcopter flight controller. Designed to run on the Teensy 4.1. Developed with VSCode+PlatformIO.
|
Go to the source code of this file.
Classes | |
class | MedianFilter |
Variables | |
constexpr size_t | MEDAINFILT_MAX_POINTS = 20 |
A simple median filter implementation. More... | |
|
constexpr |
A simple median filter implementation.
Used to smooth noisy signals.