File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 36
36
3.8 [ Delay_ms] ( ./TUTORIAL.md#38-delay_ms-class ) Software retriggerable delay.
37
37
3.9 [ Message] ( ./TUTORIAL.md#39-message )
38
38
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.
40
40
4 . [ Designing classes for asyncio] ( ./TUTORIAL.md#4-designing-classes-for-asyncio )
41
41
4.1 [ Awaitable classes] ( ./TUTORIAL.md#41-awaitable-classes )
42
42
  ;  ;  ;  ;  ; 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):
1280
1280
* ` Switch ` A debounced switch which can trigger open and close user callbacks.
1281
1281
* ` Pushbutton ` Debounced pushbutton with callbacks for pressed, released, long
1282
1282
press or double-press.
1283
+ * ` Encoder ` An asynchronous interface for control knobs with switch contacts
1284
+ configured as a quadrature encoder.
1283
1285
* ` AADC ` Asynchronous ADC. A task can pause until the value read from an ADC
1284
1286
goes outside defined bounds. Bounds can be absolute or relative to the current
1285
1287
value.
You can’t perform that action at this time.
0 commit comments