Skip to content

Commit 8282ff1

Browse files
committed
v3/README.md add monitor image.
1 parent d6b1e05 commit 8282ff1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

v3/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ This [lightweight scheduler](./docs/SCHEDULE.md) enables tasks to be scheduled
3131
at future times. These can be assigned in a flexible way: a task might run at
3232
4.10am on Monday and Friday if there's no "r" in the month.
3333

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-
4034
### Asynchronous device drivers
4135

4236
These device drivers are intended as examples of asynchronous code which are
@@ -52,6 +46,14 @@ useful in their own right:
5246
* [HD44780](./docs/hd44780.md) Driver for common character based LCD displays
5347
based on the Hitachi HD44780 controller.
5448

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+
5557
# 2. V3 Overview
5658

5759
These notes are intended for users familiar with `asyncio` under CPython.

0 commit comments

Comments
 (0)