Skip to content

Commit 899153b

Browse files
committed
HTU21D driver added.
1 parent 3704366 commit 899153b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TUTORIAL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The aim is to create a `uasyncio` directory on the device's filesystem
3232
containing the following files:
3333

3434
[`__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)
3838

3939
These modules may be frozen as bytecode in the usual way, by placing the above
4040
`uasyncio` directory in the port's `modules` directory and rebuilding.

0 commit comments

Comments
 (0)