Skip to content

Commit 3704366

Browse files
committed
HTU21D driver added.
1 parent d782296 commit 3704366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ which is incompatible with that fimware so `upip` cannot be used.
3131
The aim is to create a `uasyncio` directory on the device's filesystem
3232
containing the following files:
3333

34-
[__init__.py](https://github.com/micropython/micropython-lib/blob/master/uasyncio/uasyncio/__init__.py)
34+
[`__init__.py`](https://github.com/micropython/micropython-lib/blob/master/uasyncio/uasyncio/__init__.py)
3535
[core.py](https://github.com/micropython/micropython-lib/blob/master/uasyncio.core/uasyncio/core.py)
3636
[queues.py](https://github.com/micropython/micropython-lib/blob/master/uasyncio.queues/uasyncio/queues.py)
3737
[synchro.py](https://github.com/micropython/micropython-lib/blob/master/uasyncio.synchro/uasyncio/synchro.py)

0 commit comments

Comments
 (0)