Browse Source

Adding information to feature_encoders.md (#9486)

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/9491/head
AlexOConnorHub 3 years ago
committed by GitHub
parent
commit
b7da69ec85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/feature_encoders.md

+ 1
- 1
docs/feature_encoders.md View File

@ -26,7 +26,7 @@ If your encoder's clockwise directions are incorrect, you can swap the A & B pad
#define ENCODER_DIRECTION_FLIP
```
Additionally, the resolution can be specified in the same file (the default & suggested is 4):
Additionally, the resolution, which defines how many pulses the encoder registers between each detent, can be defined with:
```c
#define ENCODER_RESOLUTION 4


Loading…
Cancel
Save