Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
AH_pin_detail Namespace Reference

Variables

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

Variable Documentation

◆ tmp_HIGH

constexpr auto tmp_HIGH = HIGH
staticconstexpr

Definition at line 30 of file Arduino-Hardware-Types.hpp.

◆ tmp_LOW

constexpr auto tmp_LOW = LOW
staticconstexpr

Definition at line 31 of file Arduino-Hardware-Types.hpp.

◆ tmp_INPUT

constexpr auto tmp_INPUT = INPUT
staticconstexpr

Definition at line 32 of file Arduino-Hardware-Types.hpp.

◆ tmp_OUTPUT

constexpr auto tmp_OUTPUT = OUTPUT
staticconstexpr

Definition at line 33 of file Arduino-Hardware-Types.hpp.

◆ tmp_INPUT_PULLUP

constexpr auto tmp_INPUT_PULLUP = INPUT_PULLUP
staticconstexpr

Definition at line 34 of file Arduino-Hardware-Types.hpp.