Skip to content

Commit 1df1218

Browse files
committed
README.md: Remove refs to V2. Add new doc refs.
1 parent 1da7346 commit 1df1218

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

v3/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aims to be a compatible subset of `asyncio`. The current version is 3.0.0.
99
[uasyncio official docs](http://docs.micropython.org/en/latest/library/uasyncio.html)
1010

1111
[Tutorial](./docs/TUTORIAL.md) Intended for users with all levels of experience
12-
(or none) of asynchronous programming.
12+
of asynchronous programming, including beginners.
1313

1414
[Drivers](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/DRIVERS.md)
1515
describes device drivers for switches, pushbuttons, ESP32 touch buttons, ADC's
@@ -45,7 +45,8 @@ Documented in the [tutorial](./docs/TUTORIAL.md).
4545
### 1.3.2 Synchronisation primitives
4646

4747
Documented in the [tutorial](./docs/TUTORIAL.md). Comprises:
48-
* Unsupported CPython primitives including `barrier`, `queue` and others.
48+
* Implementations of unsupported CPython primitives including `barrier`,
49+
`queue` and others.
4950
* An additional primitive `Message`.
5051
* A software retriggerable monostable timer class `Delay_ms`, similar to a
5152
watchdog.

0 commit comments

Comments
 (0)