File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ aims to be a compatible subset of `asyncio`. The current version is 3.0.0.
9
9
[ uasyncio official docs] ( http://docs.micropython.org/en/latest/library/uasyncio.html )
10
10
11
11
[ Tutorial] ( ./docs/TUTORIAL.md ) Intended for users with all levels of experience
12
- (or none) of asynchronous programming.
12
+ of asynchronous programming, including beginners .
13
13
14
14
[ Drivers] ( https://github.com/peterhinch/micropython-async/blob/master/v3/docs/DRIVERS.md )
15
15
describes device drivers for switches, pushbuttons, ESP32 touch buttons, ADC's
@@ -45,7 +45,8 @@ Documented in the [tutorial](./docs/TUTORIAL.md).
45
45
### 1.3.2 Synchronisation primitives
46
46
47
47
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.
49
50
* An additional primitive ` Message ` .
50
51
* A software retriggerable monostable timer class ` Delay_ms ` , similar to a
51
52
watchdog.
You can’t perform that action at this time.
0 commit comments