| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    8 #include "StaticSizeExtendedIOElement.hpp" 
   27 #if defined(__SAM3X8E__) || defined(__SAMD21G18A__) 
   52     void pinMode(
pin_t pin, uint8_t mode) 
override __attribute__((deprecated)) {
 
  105         __attribute__((deprecated)) {
 
  
int digitalRead(pin_t pin)
An ExtIO version of the Arduino function.
 
A class for serial-in/parallel-out shift registers, like the 74HC595.
 
void analogWrite(pin_t pin, analog_t val) override __attribute__((deprecated))
The analogWrite function is not deprecated because a shift is always digital.
 
analog_t analogRead(pin_t pin) override __attribute__((deprecated))
The analogRead function is deprecated because a shift is always digital.
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
#define AH_DIAGNOSTIC_POP()
 
void pinMode(pin_t pin, uint8_t mode) override __attribute__((deprecated))
The pinMode function is not implemented because the mode is OUTPUT by definition.
 
const BitOrder_t bitOrder
 
An array wrapper for easy copying, comparing, and iterating.
 
uint16_t analog_t
The type returned from analogRead and similar functions.
 
A class for ExtendedIOElements with a fixed size.
 
#define AH_DIAGNOSTIC_WERROR()
 
#define BEGIN_AH_NAMESPACE
 
void digitalWrite(pin_t pin, uint8_t val)
An ExtIO version of the Arduino function.
 
A class for arrays of bits.