Skip to content

Commit 8c273d6

Browse files
committed
TUTORIAL: add ref to Encoder class.
1 parent b7da62f commit 8c273d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ REPL.
3636
3.8 [Delay_ms](./TUTORIAL.md#38-delay_ms-class) Software retriggerable delay.
3737
3.9 [Message](./TUTORIAL.md#39-message)
3838
3.10 [Synchronising to hardware](./TUTORIAL.md#310-synchronising-to-hardware)
39-
Debouncing switches and pushbuttons. Taming ADC's. Interfacing interrupts.
39+
Debouncing switches, pushbuttons and encoder knobs. Taming ADC's.
4040
4. [Designing classes for asyncio](./TUTORIAL.md#4-designing-classes-for-asyncio)
4141
4.1 [Awaitable classes](./TUTORIAL.md#41-awaitable-classes)
4242
     4.1.1 [Use in context managers](./TUTORIAL.md#411-use-in-context-managers)
@@ -1280,6 +1280,8 @@ The following hardware-related classes are documented [here](./DRIVERS.md):
12801280
* `Switch` A debounced switch which can trigger open and close user callbacks.
12811281
* `Pushbutton` Debounced pushbutton with callbacks for pressed, released, long
12821282
press or double-press.
1283+
* `Encoder` An asynchronous interface for control knobs with switch contacts
1284+
configured as a quadrature encoder.
12831285
* `AADC` Asynchronous ADC. A task can pause until the value read from an ADC
12841286
goes outside defined bounds. Bounds can be absolute or relative to the current
12851287
value.

0 commit comments

Comments
 (0)