|
Control Surface
pin-t-adl
MIDI Control Surface library for Arduino
|
#include <Def/Def.hpp>
A struct for the pins of a rotary (quadrature) encoder without a switch.
Collaboration diagram for EncoderPinList:Public Attributes | |
| uint8_t | A |
| The pin connected to the A pin of the encoder. | |
| uint8_t | B |
| The pin connected to the B pin of the encoder. | |