Control Surface
main
MIDI Control Surface library for Arduino
|
#include <Def/Def.hpp>
A struct for the pins of a rotary (quadrature) encoder without a switch.
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. | |