| 
    Control Surface
     
   1.1.0
   MIDI Control Surface library for Arduino 
   | 
 
All Elements that extend the number of IO pins of the Arduino: Currently only shift registers and multiplexers. More...
Classes | |
| class | AH::AnalogMultiplex< N > | 
| A class for reading multiplexed analog inputs.  More... | |
| class | AH::ShiftRegisterOut< N > | 
| A class for serial-in/parallel-out shift registers, like the 74HC595.  More... | |
| class | AH::ShiftRegisterOutBase< N > | 
| A class for serial-in/parallel-out shift registers, like the 74HC595.  More... | |
| class | AH::SPIShiftRegisterOut< N > | 
| A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bus.  More... | |
Typedefs | |
| using | AH::CD74HC4067 = AnalogMultiplex< 4 > | 
| An alias for AnalogMultiplex<4> to use with CD74HC4067 analog multiplexers.  More... | |
| using | AH::CD74HC4051 = AnalogMultiplex< 3 > | 
| An alias for AnalogMultiplex<3> to use with CD74HC4051 analog multiplexers.  More... | |
All Elements that extend the number of IO pins of the Arduino: Currently only shift registers and multiplexers.
| using AH::CD74HC4067 = typedef AnalogMultiplex<4> | 
An alias for AnalogMultiplex<4> to use with CD74HC4067 analog multiplexers.
Definition at line 146 of file AnalogMultiplex.hpp.
| using AH::CD74HC4051 = typedef AnalogMultiplex<3> | 
An alias for AnalogMultiplex<3> to use with CD74HC4051 analog multiplexers.
Definition at line 154 of file AnalogMultiplex.hpp.
 1.8.16