Skip to content

Commit c10a5c2

Browse files
committed
DRIVERS.md: Add link to Encoder code.
1 parent 6be8902 commit c10a5c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

v3/docs/DRIVERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,9 @@ this for applications requiring rapid response.
340340

341341
# 6. Quadrature encoders
342342

343-
The `Encoder` class is an asynchronous driver for control knobs based on
344-
quadrature encoder switches such as
343+
The [Encoder](https://github.com/peterhinch/micropython-async/blob/master/v3/primitives/encoder.py)
344+
class is an asynchronous driver for control knobs based on quadrature encoder
345+
switches such as
345346
[this Adafruit product](https://www.adafruit.com/product/377). The driver is
346347
not intended for applications such as CNC machines where
347348
[a solution such as this one](https://github.com/peterhinch/micropython-samples#47-rotary-incremental-encoder)

0 commit comments

Comments
 (0)