Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Attributes | List of all members
EncoderPinList Struct Reference

A struct for the pins of a rotary (quadrature) encoder without a switch. More...

#include <Def/Def.hpp>

Collaboration diagram for EncoderPinList:

Public Attributes

uint8_t A
 The pin connected to the A pin of the encoder. More...
 
uint8_t B
 The pin connected to the B pin of the encoder. More...
 

Detailed Description

A struct for the pins of a rotary (quadrature) encoder without a switch.

Definition at line 44 of file Def.hpp.

Member Data Documentation

◆ A

uint8_t A

The pin connected to the A pin of the encoder.

Definition at line 45 of file Def.hpp.

◆ B

uint8_t B

The pin connected to the B pin of the encoder.

Definition at line 46 of file Def.hpp.


The documentation for this struct was generated from the following file: