Skip to content

add CircuitPython_async helper #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@
[submodule "libraries/drivers/bluepad32"]
path = libraries/drivers/bluepad32
url = https://github.com/ricardoquesada/bluepad32-circuitpython.git
[submodule "libraries/helpers/asynccp"]
path = libraries/helpers/asynccp
url = https://github.com/WarriorOfWire/CircuitPython_async.git
4 changes: 3 additions & 1 deletion circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CircuitPython Community Libraries
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)

Here is a listing of current CircuitPython Community Libraries. There are 48 libraries available.
Here is a listing of current CircuitPython Community Libraries. There are 49 libraries available.

## Drivers:
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git)
Expand Down Expand Up @@ -54,3 +54,5 @@ Here is a listing of current CircuitPython Community Libraries. There are 48 lib
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git)
* [circuitPython dotstar featherwing](https://github.com/dastels/circuitPython_dotstar_featherwing.git) \([Docs](https://circuitpython.readthedocs.io/projects/dotstar_featherwing/en/latest/))
* [nonblocking timer](https://github.com/Angeleno-Tech/nonblocking_timer.git) \([Docs](https://circuitpython-nonblocking_timer.readthedocs.io/))
* [CircuitPython_async](https://github.com/WarriorOfWire/CircuitPython_async.git)

1 change: 1 addition & 0 deletions libraries/helpers/asynccp
Submodule asynccp added at dedcb9