Skip to content

Commit 8d6591d

Browse files
authored
Merge pull request #308 from dherrada/master
Added colorsys
2 parents eb050ab + 625153a commit 8d6591d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -805,3 +805,6 @@
805805
[submodule "libraries/helpers/funhouse"]
806806
path = libraries/helpers/funhouse
807807
url = https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git
808+
[submodule "libraries/helpers/colorsys"]
809+
path = libraries/helpers/colorsys
810+
url = https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git

docs/drivers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Miscellaneous Helpers
203203
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
204204
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
205205
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
206-
206+
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
207207

208208
Blinky
209209
--------

libraries/helpers/colorsys

Submodule colorsys added at 35b581c

0 commit comments

Comments
 (0)