File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ The aim is to create a `uasyncio` directory on the device's filesystem
32
32
containing the following files:
33
33
34
34
[ ` __init__.py ` ] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio/uasyncio/__init__.py )
35
- [ core.py] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.core/uasyncio/core.py )
36
- [ queues.py] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.queues/uasyncio/queues.py )
37
- [ synchro.py] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.synchro/uasyncio/synchro.py )
35
+ [ ` core.py ` ] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.core/uasyncio/core.py )
36
+ [ ` queues.py ` ] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.queues/uasyncio/queues.py )
37
+ [ ` synchro.py ` ] ( https://github.com/micropython/micropython-lib/blob/master/uasyncio.synchro/uasyncio/synchro.py )
38
38
39
39
These modules may be frozen as bytecode in the usual way, by placing the above
40
40
` uasyncio ` directory in the port's ` modules ` directory and rebuilding.
You can’t perform that action at this time.
0 commit comments