Rename encoder pins defines (#24003)
This commit is contained in:
parent
8471dcc563
commit
bc0c69570b
25 changed files with 100 additions and 91 deletions
|
@ -15,6 +15,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#define ENCODERS_PAD_A { B5, B6 }
|
||||
#define ENCODERS_PAD_B { B4, B2 }
|
||||
#define ENCODER_A_PINS { B5, B6 }
|
||||
#define ENCODER_B_PINS { B4, B2 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue