Merge pull request #308 from dherrada/master

Added colorsys
This commit is contained in:
Limor "Ladyada" Fried 2021-04-14 16:56:47 -04:00 committed by GitHub
commit 8d6591d788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -805,3 +805,6 @@
[submodule "libraries/helpers/funhouse"]
path = libraries/helpers/funhouse
url = https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git
[submodule "libraries/helpers/colorsys"]
path = libraries/helpers/colorsys
url = https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git

View file

@ -203,7 +203,7 @@ Miscellaneous Helpers
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
Blinky
--------

@ -0,0 +1 @@
Subproject commit 35b581c3a16505304beb712549f9ead64b549fb4