Merge pull request #144 from jposada202020/adding_simple_dial

adding_simple_dial
This commit is contained in:
foamyguy 2023-04-10 10:40:47 -05:00 committed by GitHub
commit 265c12faef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

5
.gitmodules vendored
View file

@ -241,7 +241,6 @@
[submodule "libraries/helpers/ohmslaw"]
path = libraries/helpers/ohmslaw
url = https://github.com/CedarGroveStudios/CircuitPython_OhmsLaw.git
[submodule "libraries/drivers/seeed_xiao_nrf52840"]
path = libraries/drivers/seeed_xiao_nrf52840
url = https://github.com/furbrain/CircuitPython_seeed_xiao_nRF52840.git
@ -305,3 +304,7 @@
[submodule "libraries/helpers/async_buzzer"]
path = libraries/helpers/async_buzzer
url = https://github.com/furbrain/CircuitPython_async_buzzer.git
[submodule "libraries/helpers/simple_dial"]
path = libraries/helpers/simple_dial
url = https://github.com/jposada202020/CircuitPython_simple_dial.git

View file

@ -94,6 +94,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython_RGB_SpectrumTools](https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools.git) Methods and classes for converting a normalized spectral index to RGB color values \([Docs](https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools/blob/main/media/pseudo_rtd_cedargrove_rgb_spectrumtools.pdf))
* [CircuitPython_Schedule](https://github.com/cognitivegears/CircuitPython_Schedule) Reduced version of the schedule library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-schedule/)) \([Docs](https://circuitpython-schedule.readthedocs.io/en/latest/))
* [CircuitPython_ShadowWatcher](https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher.git) Detects a shadow cast over an analog light sensor \([Docs](https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher/blob/main/media/pseudo_readthedocs_shadowwatcher.pdf))
* [CircuitPython simple_dial](https://github.com/jposada202020/CircuitPython_simple_dial.git) Simple dial to graph Gyros, dial or simple clocks ([PyPi](https://pypi.org/project/circuitpython-simnple-dial/)) \([Docs](https://circuitpython-simple-dial.readthedocs.io/en/latest/))
* [CircuitPython Styles](https://github.com/jposada202020/CircuitPython_styles.git) Library helper to add styles to CircuitPython display functions CircuitPython widgets ([PyPi](https://pypi.org/project/circuitpython-styles)) \([Docs](https://circuitpython-styles.readthedocs.io/en/latest/))
* [CircuitPython_TemperatureTools](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git) A collection of Dew Point, Heat Index, and temperature unit helpers \([Docs](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools/blob/main/media/pseudo_rtd_cedargrove_temperaturetools.pdf))
* [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays

@ -0,0 +1 @@
Subproject commit 16b0d3554d0fb1f96b9b6fb18defe60d04df1ce6