Skip to content

Commit e5b62fe

Browse files
authored
Merge pull request #217 from dplanella/patch-2
Add Encoder module info to main README.md
2 parents 8dfbf64 + e640d05 commit e5b62fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit BeagleBone I/O Python Library (Adafruit_BBIO)
22

3-
* Adafruit_BBIO is a set of Python tools to allow [GPIO](README.md#gpio-setup), [PWM](README.md#pwm), [ADC](README.md#adc) and [UART](README.md#uart) access on the BeagleBone
3+
* Adafruit_BBIO is a set of Python tools to allow [GPIO](README.md#gpio-setup), [PWM](README.md#pwm), [ADC](README.md#adc), [UART](README.md#uart) and [eQEP](README.md#eqep) (Quadrature Encoder) access on the BeagleBone
44

55
* It is recommended to use an [official BeagleBoard.org Debian image](https://beagleboard.org/latest-images)
66
* **Currently recommended image: [Debian 9.2 "Stretch" iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29)**
@@ -246,6 +246,10 @@ print(spi.xfer2([32, 11, 110, 22, 220]))
246246
spi.close()
247247
```
248248

249+
### eQEP
250+
251+
To use the enhanced Quadrature Encoder Pulse (eQEP) module, please refer to the [`Encoder` module's documentation](https://github.com/adafruit/adafruit-beaglebone-io-python/tree/master/Adafruit_BBIO#usage).
252+
249253
## Running tests
250254

251255
Install py.test to run the tests. You'll also need the python compiler package for pytest:

0 commit comments

Comments
 (0)