Skip to content

Commit 27191de

Browse files
committed
Merge branch 'main' into adding_qmc5883l
# Conflicts: # .gitmodules
2 parents b0ef43c + 265c12f commit 27191de

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 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,6 +304,9 @@
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
308310
[submodule "libraries/drivers/qmc5883l"]
309311
path = libraries/drivers/qmc5883l
310312
url = https://github.com/jposada202020/CircuitPython_qmc5883l.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
9595
* [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))
9696
* [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/))
9797
* [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))
98+
* [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/))
9899
* [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/))
99100
* [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))
100101
* [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)