Control Surface  1.2.0
MIDI Control Surface library for Arduino
Classes | Variables
AH::detail Namespace Reference

Classes

class  Incrementor
 Utility class that acts as a functor to return incremental values. More...
 

Variables

constexpr static auto tmp_HIGH = HIGH
 
constexpr static auto tmp_LOW = LOW
 
constexpr static auto tmp_INPUT = INPUT
 
constexpr static auto tmp_OUTPUT = OUTPUT
 
constexpr static auto tmp_INPUT_PULLUP = INPUT_PULLUP
 

Variable Documentation

◆ tmp_HIGH

constexpr static auto tmp_HIGH = HIGH
staticconstexpr

Definition at line 21 of file ExtendedInputOutput.hpp.

◆ tmp_LOW

constexpr static auto tmp_LOW = LOW
staticconstexpr

Definition at line 22 of file ExtendedInputOutput.hpp.

◆ tmp_INPUT

constexpr static auto tmp_INPUT = INPUT
staticconstexpr

Definition at line 23 of file ExtendedInputOutput.hpp.

◆ tmp_OUTPUT

constexpr static auto tmp_OUTPUT = OUTPUT
staticconstexpr

Definition at line 24 of file ExtendedInputOutput.hpp.

◆ tmp_INPUT_PULLUP

constexpr static auto tmp_INPUT_PULLUP = INPUT_PULLUP
staticconstexpr

Definition at line 25 of file ExtendedInputOutput.hpp.