add asyncio
This commit is contained in:
parent
96e5585141
commit
fe08f72bb2
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
|
|||
1
libraries/helpers/asyncio
Submodule
1
libraries/helpers/asyncio
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f54c7414a9f5bd69c73d887e5e63c664bb11e8bb
|
||||
Loading…
Reference in a new issue