We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df87be6 commit 0d299c0Copy full SHA for 0d299c0
Adafruit_BBIO/README.md
@@ -1,7 +1,9 @@
1
-# Adafruit_BBIO.Encoder Class
+# Adafruit_BBIO.Encoder module
2
3
Initially based on the [PyBBIO](https://github.com/graycatlabs/PyBBIO/bbio/libraries/RotaryEncoder/rotary_encoder.py) rotary encoder code.
4
5
+This module enables access to the Beaglebone's enhanced Quadrature Encoder Pulse (eQEP) inputs.
6
+
7
## Prerequisites
8
9
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
70
72
71
73
Note: alternate pins for eQEP2 (mutually exclusive)
74
-Pins: `P8.11`, `P8.12`
75
+Pins: `P8.41`, `P8.42`
76
77
```
78
$ config-pin P8.41 qep
0 commit comments