Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
EncoderPinList Struct Reference

#include <Def/Def.hpp>

Detailed Description

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

Definition at line 45 of file Def.hpp.

+ 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.
 

Member Data Documentation

◆ A

The pin connected to the A pin of the encoder.

Definition at line 46 of file Def.hpp.

◆ B

The pin connected to the B pin of the encoder.

Definition at line 47 of file Def.hpp.


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