From 4b41e35d85ac5082a21a339120bf9738f16f67c0 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Wed, 11 Oct 2023 15:03:01 -0700 Subject: [PATCH 1/2] Submit chime library to community bundle --- .gitmodules | 3 +++ libraries/drivers/ps2controller | 2 +- liibraries/helpers/chime | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 liibraries/helpers/chime diff --git a/.gitmodules b/.gitmodules index f40fa3c..eddaf28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -391,3 +391,6 @@ [submodule "libraries/drivers/at24mac_eeprom"] path = libraries/drivers/at24mac_eeprom url = https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git +[submodule "liibraries/helpers/chime"] + path = liibraries/helpers/chime + url = https://github.com/cedargrovestudios/circuitpython_chime.git diff --git a/libraries/drivers/ps2controller b/libraries/drivers/ps2controller index 115db66..aa4bb42 160000 --- a/libraries/drivers/ps2controller +++ b/libraries/drivers/ps2controller @@ -1 +1 @@ -Subproject commit 115db66d412aba837fdf322985491cfc26146fd0 +Subproject commit aa4bb4209282fbba1e311b45aadce41f747fb311 diff --git a/liibraries/helpers/chime b/liibraries/helpers/chime new file mode 160000 index 0000000..e3d0705 --- /dev/null +++ b/liibraries/helpers/chime @@ -0,0 +1 @@ +Subproject commit e3d0705af6995ffe343ab132c3c7b4c50c062e77 From caa8765ff046c5e0ed0d748c29be34d374359d71 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Wed, 11 Oct 2023 15:10:37 -0700 Subject: [PATCH 2/2] Add CircuitPython_Chime helper to the bundle --- circuitpython_community_library_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index bdcfa33..dec2b4c 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -86,6 +86,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython Base64](https://github.com/jimbobbennett/CircuitPython_Base64) RFC 3548: Base16, Base32, Base64 Data Encodings ([PyPi](https://pypi.org/project/circuitpython-base64)) \([Docs](https://circuitpython.readthedocs.io/projects/base64/en/latest/)) * [CircuitPython Boxplot](https://github.com/jposada202020/CircuitPython_uboxplot) Helps calculate and graphs boxplots ([PyPi](https://pypi.org/project/circuitpython-uboxplot/)) \([Docs](https://circuitpython-uboxplot.readthedocs.io/en/latest/)) * [CircuitPython Candlesticks](https://github.com/jposada202020/CircuitPython_Candlesticks.git) Graphical representation of the stock movement in candlestick form ([PyPi](https://pypi.org/project/circuitpython-Candlesticks)) \([Docs](https://circuitpython-candlesticks.readthedocs.io/)) +* [CircuitPython_Chime](https://github.com/CedarGroveStudios/CircuitPython_Chime.git) A class for generating wind chime and bell sounds using synthio. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_Chime/blob/main/media/pseudo_rtd_cedargrove_chime.pdf)) * [CircuitPython ColorPicker](https://github.com/jposada202020/CircuitPython_color_picker.git) Color Picker for CircuitPython. Allows to pick a color directly from CircuitPython, giving you the color information ([PyPi](https://pypi.org/project/circuitpython-color-picker) )\([Docs](https://circuitpython-color-picker.readthedocs.io/)) * [CircuitPython_ColorFader](https://github.com/CedarGroveStudios/CircuitPython_ColorFader.git) Brightness and gamma adjustment of an integer RGB color value \([Docs](https://github.com/CedarGroveStudios/CircuitPython_ColorFader/blob/main/media/pseudo_rtd_cedargrove_colorfader.pdf)) * [CircuitPython CSV](https://github.com/tekktrik/CircuitPython_CSV) CircuitPython helper library for working with CSV files ([PyPI](https://pypi.org/project/circuitpython-csv/)) \([Docs](https://circuitpython-csv.readthedocs.io/))