From 98afc02cdc8c080d1878ad65640fbb3dc45ae377 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Mon, 25 Dec 2023 15:33:39 -0800 Subject: [PATCH 1/3] Add CedarGrove/CircuitPython_WaveBuilder --- 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 1c1e66c..322ceec 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -131,6 +131,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays * [CircuitPython TZDB](https://github.com/evindunn/circuitpython_tzdb) IANA timezones for adafruit_datetime ([PyPi](https://pypi.org/project/circuitpython-tzdb/)) \([Docs](https://circuitpython-tzdb.readthedocs.io/en/latest/)) * [CircuitPython uplot](https://github.com/jposada202020/CircuitPython_uplot) Plot library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-uplot/)) \([Docs](https://circuitpython-uplot.readthedocs.io/en/latest/)) +* * [CircuitPython_WaveBuilder](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git) A CircuitPython class to construct a composite synthio wave table from a collection of oscillators. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder/blob/main/media/pseudo_rtd_cedargrove_wavebuilder.pdf)) * [Gamblor21 CircuitPython AHRS](https://github.com/gamblor21/Gamblor21_CircuitPython_AHRS.git) This library contains right now one algorithm for AHRS - Attitude and Heading Reference System \([Docs](https://circuitpython-ahrs.readthedocs.io/)) * [Jepler CircuitPython udecimal](https://github.com/jepler/Jepler_CircuitPython_udecimal.git) Reduced version of the decimal library for CircuitPython ([PyPi](https://pypi.org/project/jepler-circuitpython-udecimal)) \([Docs](https://jepler-udecimal.readthedocs.io/en/latest/)) * [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller From f9f886ae6094d20e9f5c12aad4d2a0c764589322 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Mon, 25 Dec 2023 15:34:45 -0800 Subject: [PATCH 2/3] add CedarGrove/CircuitPython_WaveBuilder --- circuitpython_community_library_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 322ceec..814a9e7 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -131,7 +131,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays * [CircuitPython TZDB](https://github.com/evindunn/circuitpython_tzdb) IANA timezones for adafruit_datetime ([PyPi](https://pypi.org/project/circuitpython-tzdb/)) \([Docs](https://circuitpython-tzdb.readthedocs.io/en/latest/)) * [CircuitPython uplot](https://github.com/jposada202020/CircuitPython_uplot) Plot library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-uplot/)) \([Docs](https://circuitpython-uplot.readthedocs.io/en/latest/)) -* * [CircuitPython_WaveBuilder](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git) A CircuitPython class to construct a composite synthio wave table from a collection of oscillators. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder/blob/main/media/pseudo_rtd_cedargrove_wavebuilder.pdf)) +* [CircuitPython_WaveBuilder](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git) A CircuitPython class to construct a composite synthio wave table from a collection of oscillators. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder/blob/main/media/pseudo_rtd_cedargrove_wavebuilder.pdf)) * [Gamblor21 CircuitPython AHRS](https://github.com/gamblor21/Gamblor21_CircuitPython_AHRS.git) This library contains right now one algorithm for AHRS - Attitude and Heading Reference System \([Docs](https://circuitpython-ahrs.readthedocs.io/)) * [Jepler CircuitPython udecimal](https://github.com/jepler/Jepler_CircuitPython_udecimal.git) Reduced version of the decimal library for CircuitPython ([PyPi](https://pypi.org/project/jepler-circuitpython-udecimal)) \([Docs](https://jepler-udecimal.readthedocs.io/en/latest/)) * [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller From 4f900f116233f1169a6d29e4012ac2d8169745b9 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Mon, 25 Dec 2023 15:41:51 -0800 Subject: [PATCH 3/3] Add CedarGrove/CircuitPython_WaveBuilder --- .gitmodules | 3 +++ libraries/helpers/rangeslicer | 2 +- libraries/helpers/wavebuilder | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 libraries/helpers/wavebuilder diff --git a/.gitmodules b/.gitmodules index e6825dc..b0ca30c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -418,3 +418,6 @@ [submodule "libraries/drivers/segment_display"] path = libraries/drivers/segment_display url = https://github.com/bablokb/circuitpython-segment-display.git +[submodule "libraries/helpers/wavebuilder"] + path = libraries/helpers/wavebuilder + url = https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git diff --git a/libraries/helpers/rangeslicer b/libraries/helpers/rangeslicer index 80e11ab..b1a4aca 160000 --- a/libraries/helpers/rangeslicer +++ b/libraries/helpers/rangeslicer @@ -1 +1 @@ -Subproject commit 80e11ab8497286a3c48c667174663803de4fff65 +Subproject commit b1a4aca4da34318a6a9c5c43146e17ded6f852fd diff --git a/libraries/helpers/wavebuilder b/libraries/helpers/wavebuilder new file mode 160000 index 0000000..2b7e871 --- /dev/null +++ b/libraries/helpers/wavebuilder @@ -0,0 +1 @@ +Subproject commit 2b7e871e997abac2a7555cd6c5fce42d433a2e83