File tree 1 file changed +8
-6
lines changed 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ This [lightweight scheduler](./docs/SCHEDULE.md) enables tasks to be scheduled
31
31
at future times. These can be assigned in a flexible way: a task might run at
32
32
4.10am on Monday and Friday if there's no "r" in the month.
33
33
34
- ### A monitor
35
-
36
- This [ monitor] ( ./as_demos/monitor/README.md ) enables a running ` uasyncio `
37
- application to be monitored using a Pi Pico, ideally with a scope or logic
38
- analyser.
39
-
40
34
### Asynchronous device drivers
41
35
42
36
These device drivers are intended as examples of asynchronous code which are
@@ -52,6 +46,14 @@ useful in their own right:
52
46
* [ HD44780] ( ./docs/hd44780.md ) Driver for common character based LCD displays
53
47
based on the Hitachi HD44780 controller.
54
48
49
+ ### A monitor
50
+
51
+ This [ monitor] ( ./as_demos/monitor/README.md ) enables a running ` uasyncio `
52
+ application to be monitored using a Pi Pico, ideally with a scope or logic
53
+ analyser.
54
+
55
+ ![ Image] ( ./as_demos/monitor/tests/syn_test.jpg )
56
+
55
57
# 2. V3 Overview
56
58
57
59
These notes are intended for users familiar with ` asyncio ` under CPython.
You can’t perform that action at this time.
0 commit comments