| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    9 template <setting_t N, 
class Callback = EmptySelectorCallback>
 
   57 template <setting_t N>
 
  
Selectable< N > & selectable
 
setting_t get() const
Get the current selection/setting.
 
void pinMode(pin_t pin, uint8_t mode)
An ExtIO version of the Arduino function.
 
#define BEGIN_CS_NAMESPACE
 
void set(setting_t newSetting)
Select the given selection.
 
void update() override
Update this updatable.
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
int digitalRead(pin_t pin)
An ExtIO version of the Arduino function.
 
uint8_t setting_t
The type used for Selectors.
 
void begin() override
Initialize this updatable.