File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ def add_item(q, data):
1018
1018
```
1019
1019
###### [ Contents] ( ./DRIVERS.md#0-contents )
1020
1020
1021
- ## 3.8 Delay_ms class
1021
+ # 8. Delay_ms class
1022
1022
1023
1023
This implements the software equivalent of a retriggerable monostable or a
1024
1024
watchdog timer. It has an internal boolean ` running ` state. When instantiated
Original file line number Diff line number Diff line change @@ -1269,7 +1269,7 @@ watchdog timer. On timeout it can launch a callback or coroutine. It exposes an
1269
1269
altered dynamically.
1270
1270
1271
1271
It may be found in the ` primitives ` directory and is documented in
1272
- [ Delay_ms class] (./DRIVERS.md#8-delay_ms class).
1272
+ [ Delay_ms class] ( ./DRIVERS.md#8-delay_ms- class ) .
1273
1273
1274
1274
## 3.9 Message
1275
1275
You can’t perform that action at this time.
0 commit comments