Control Surface  1.1.1
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

const static uint8_t tmp_HIGH = HIGH
 
const static uint8_t tmp_LOW = LOW
 
const static uint8_t tmp_INPUT = INPUT
 
const static uint8_t tmp_OUTPUT = OUTPUT
 
const static uint8_t tmp_INPUT_PULLUP = INPUT_PULLUP
 

Variable Documentation

◆ tmp_HIGH

const static uint8_t tmp_HIGH = HIGH
static

Definition at line 19 of file ExtendedInputOutput.hpp.

◆ tmp_LOW

const static uint8_t tmp_LOW = LOW
static

Definition at line 20 of file ExtendedInputOutput.hpp.

◆ tmp_INPUT

const static uint8_t tmp_INPUT = INPUT
static

Definition at line 21 of file ExtendedInputOutput.hpp.

◆ tmp_OUTPUT

const static uint8_t tmp_OUTPUT = OUTPUT
static

Definition at line 22 of file ExtendedInputOutput.hpp.

◆ tmp_INPUT_PULLUP

const static uint8_t tmp_INPUT_PULLUP = INPUT_PULLUP
static

Definition at line 23 of file ExtendedInputOutput.hpp.