Skip to content

Commit

Permalink
Merge pull request #205 from CedarGroveStudios/main
Browse files Browse the repository at this point in the history
Add CedarGrove WaveViz to helper library
  • Loading branch information
tekktrik authored Jan 10, 2024
2 parents 48d2c10 + aab7de8 commit 77a1be5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@
[submodule "libraries/helpers/wavebuilder"]
path = libraries/helpers/wavebuilder
url = https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder.git
[submodule "libraries/helpers/waveviz"]
path = libraries/helpers/waveviz
url = https://github.com/cedargrovestudios/circuitpython_waveviz.git
[submodule "libraries/drivers/mpu6886"]
path = libraries/drivers/mpu6886
url = https://github.com/jins-tkomoda/CircuitPython_MPU6886.git
Expand Down
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [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_WaveViz](https://github.com/CedarGroveStudios/CircuitPython_WaveViz.git) A CircuitPython class to create a positionable displayio.Group graphics widget from a synthio wave table. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_WaveViz/blob/main/media/pseudo_rtd_cedargrove_waveviz.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
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/waveviz
Submodule waveviz added at b16ba5

0 comments on commit 77a1be5

Please sign in to comment.