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 6be8902 commit c10a5c2Copy full SHA for c10a5c2
v3/docs/DRIVERS.md
@@ -340,8 +340,9 @@ this for applications requiring rapid response.
340
341
# 6. Quadrature encoders
342
343
-The `Encoder` class is an asynchronous driver for control knobs based on
344
-quadrature encoder switches such as
+The [Encoder](https://github.com/peterhinch/micropython-async/blob/master/v3/primitives/encoder.py)
+class is an asynchronous driver for control knobs based on quadrature encoder
345
+switches such as
346
[this Adafruit product](https://www.adafruit.com/product/377). The driver is
347
not intended for applications such as CNC machines where
348
[a solution such as this one](https://github.com/peterhinch/micropython-samples#47-rotary-incremental-encoder)
0 commit comments