Skip to content

Commit 265c12f

Browse files
authored
Merge pull request #144 from jposada202020/adding_simple_dial
adding_simple_dial
2 parents d326224 + 77c71a7 commit 265c12f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@
241241
[submodule "libraries/helpers/ohmslaw"]
242242
path = libraries/helpers/ohmslaw
243243
url = https://github.com/CedarGroveStudios/CircuitPython_OhmsLaw.git
244-
245244
[submodule "libraries/drivers/seeed_xiao_nrf52840"]
246245
path = libraries/drivers/seeed_xiao_nrf52840
247246
url = https://github.com/furbrain/CircuitPython_seeed_xiao_nRF52840.git
@@ -305,3 +304,7 @@
305304
[submodule "libraries/helpers/async_buzzer"]
306305
path = libraries/helpers/async_buzzer
307306
url = https://github.com/furbrain/CircuitPython_async_buzzer.git
307+
[submodule "libraries/helpers/simple_dial"]
308+
path = libraries/helpers/simple_dial
309+
url = https://github.com/jposada202020/CircuitPython_simple_dial.git
310+

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
9494
* [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))
9595
* [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/))
9696
* [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))
97+
* [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/))
9798
* [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/))
9899
* [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))
99100
* [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays

libraries/helpers/simple_dial

Submodule simple_dial added at 16b0d35

0 commit comments

Comments
 (0)