Skip to content

Commit d5d45b3

Browse files
authored
Merge pull request #354 from dhalbert/asyncio
add asyncio
2 parents 96e5585 + fe08f72 commit d5d45b3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,3 +866,6 @@
866866
[submodule "libraries/drivers/vl53l1x"]
867867
path = libraries/drivers/vl53l1x
868868
url = https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git
869+
[submodule "libraries/helpers/asyncio"]
870+
path = libraries/helpers/asyncio
871+
url = https://github.com/adafruit/Adafruit_CircuitPython_asyncio.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ modules may have a CircuitPython Core API implementation too.
171171

172172
.. toctree::
173173

174+
asyncio <https://circuitpython.readthedocs.io/projects/asyncio/en/latest/>
174175
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
175176
datetime <https://circuitpython.readthedocs.io/projects/datetime/en/latest/>
176177
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>

libraries/helpers/asyncio

Submodule asyncio added at f54c741

0 commit comments

Comments
 (0)