Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
#include <Def/Def.hpp>
#include <Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>
#include <Helpers/EMA.hpp>
#include <Helpers/Hysteresis.hpp>
#include <Helpers/IncreaseBitDepth.hpp>
#include <Helpers/MinMaxFix.hpp>
#include <Settings/SettingsWrapper.hpp>
Go to the source code of this file.
Classes | |
class | FilteredAnalog< Precision, FilterShiftFactor, FilterType, Upsample > |
A class that reads and filters an analog input. More... | |