Merge pull request #202 from CedarGroveStudios/main
Add CedarGrove/WaveBuilder and update RangeSlicer release version
This commit is contained in:
commit
c763eab1e2
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
libraries/helpers/wavebuilder
Submodule
1
libraries/helpers/wavebuilder
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2b7e871e997abac2a7555cd6c5fce42d433a2e83
|
||||
Loading…
Reference in a new issue