This commit is contained in:
Ben 2018-12-09 23:26:09 +01:00 committed by MechMerlin
parent b8db0b26b1
commit 16302be5ad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ and this to your `config.h`:
Each PAD_A/B variable defines an array so multiple encoders can be defined, e.g.:
#define ENCODERS_PAD_A { encoder1a, encoder2a }
#define ENCODERS_PAD_B { encoder1a, encoder2b }
#define ENCODERS_PAD_B { encoder1b, encoder2b }
If your encoder's clockwise directions are incorrect, you can swap the A & B pad definitions.