add asyncio

This commit is contained in:
Dan Halbert 2021-11-15 20:45:05 -05:00
parent 96e5585141
commit fe08f72bb2
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -866,3 +866,6 @@
[submodule "libraries/drivers/vl53l1x"]
path = libraries/drivers/vl53l1x
url = https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git
[submodule "libraries/helpers/asyncio"]
path = libraries/helpers/asyncio
url = https://github.com/adafruit/Adafruit_CircuitPython_asyncio.git

View file

@ -171,6 +171,7 @@ modules may have a CircuitPython Core API implementation too.
.. toctree::
asyncio <https://circuitpython.readthedocs.io/projects/asyncio/en/latest/>
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
datetime <https://circuitpython.readthedocs.io/projects/datetime/en/latest/>
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>

@ -0,0 +1 @@
Subproject commit f54c7414a9f5bd69c73d887e5e63c664bb11e8bb