Arduino Filters master
Filter library for Arduino
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Modules
Here is a list of all modules:
[detail level 123]
 Arduino FiltersMain module containing all filters and filter utilities
 Filter DesignFilter design tools
 Filter ImplementationsDifferent implementations
 Arduino HelpersCommon utility library: https://github.com/tttapa/Arduino-Helpers
 ContainersContainers like Array, BitArray, DoublyLinkedList
 DebugMacros for printing debug information that can be easily enabled or disabled
 ErrorMacros for handling and reporting both fatal and non-fatal errors
 Extended Input/OutputAll Elements that extend the number of IO pins of the Arduino: Currently only shift registers and multiplexers
 FiltersClasses for basic filtering and hysteresis
 Hardware UtilitiesClasses used for debouncing buttons, incrementing/decrementing push buttons, scanning switch matrices, filtering analog input, etc
 Math TypesVector and Quaternion types with the necessary operators and functions
 Math UtilitiesMathematics helper functions
 Math TypesVector and Quaternion types with the necessary operators and functions
 PrintStreamFunctions for printing to Streams using the streaming operator <<
 SettingsUser settings and debugging options
 TimingBlink Without Delay-style timers
 FixedPoint