Skip to content

Commit 0d299c0

Browse files
authored
Fixes to Encoder README
1 parent df87be6 commit 0d299c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Adafruit_BBIO/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Adafruit_BBIO.Encoder Class
1+
# Adafruit_BBIO.Encoder module
22

33
Initially based on the [PyBBIO](https://github.com/graycatlabs/PyBBIO/bbio/libraries/RotaryEncoder/rotary_encoder.py) rotary encoder code.
44

5+
This module enables access to the Beaglebone's enhanced Quadrature Encoder Pulse (eQEP) inputs.
6+
57
## Prerequisites
68

79
These instructions are based on a 4.4.x Linux kernel.
@@ -70,7 +72,7 @@ $ cat /sys/devices/platform/ocp/48304000.epwmss/48304180.eqep/position
7072

7173
Note: alternate pins for eQEP2 (mutually exclusive)
7274

73-
Pins: `P8.11`, `P8.12`
75+
Pins: `P8.41`, `P8.42`
7476

7577
```
7678
$ config-pin P8.41 qep

0 commit comments

Comments
 (0)