Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Classes | Namespaces
FilteredAnalog.hpp File Reference
#include <AH/Filters/EMA.hpp>
#include <AH/Filters/Hysteresis.hpp>
#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>
#include <AH/Hardware/Hardware-Types.hpp>
#include <AH/Math/IncreaseBitDepth.hpp>
#include <AH/Math/MinMaxFix.hpp>
#include <AH/STL/type_traits>
#include <AH/STL/utility>
#include <AH/Settings/SettingsWrapper.hpp>
+ Include dependency graph for FilteredAnalog.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MaximumFilteredAnalogIncRes< FilterShiftFactor, FilterType, AnalogType >
 Helper to determine how many of the remaining bits of the filter data types can be used to achieve higher precision. More...
 
class  GenericFilteredAnalog< MappingFunction, Precision, FilterShiftFactor, FilterType, AnalogType, IncRes >
 FilteredAnalog base class with generic MappingFunction. More...
 
class  FilteredAnalog< Precision, FilterShiftFactor, FilterType, AnalogType, IncRes >
 A class that reads and filters an analog input. More...
 

Namespaces

namespace  AH
 PrintStream library