commit
46be22d17d
3 changed files with 7 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -845,3 +845,6 @@
|
|||
[submodule "libraries/drivers/is31fl3741"]
|
||||
path = libraries/drivers/is31fl3741
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741.git
|
||||
[submodule "libraries/helpers/ducky"]
|
||||
path = libraries/helpers/ducky
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Ducky.git
|
||||
|
|
|
|||
|
|
@ -196,8 +196,10 @@ Miscellaneous Helpers
|
|||
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
|
||||
BitbangIO <https://circuitpython.readthedocs.io/projects/bitbangio/en/latest/>
|
||||
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
|
||||
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
|
||||
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
|
||||
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
|
||||
Ducky <https://circuitpython.readthedocs.io/projects/ducky/en/latest/>
|
||||
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
|
||||
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
|
||||
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
|
||||
|
|
@ -205,9 +207,8 @@ Miscellaneous Helpers
|
|||
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
|
||||
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
|
||||
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/>
|
||||
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
|
||||
|
||||
Blinky
|
||||
--------
|
||||
|
|
|
|||
1
libraries/helpers/ducky
Submodule
1
libraries/helpers/ducky
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9ba856e2be9cf1d59598226dfd28343ba2ec05cd
|
||||
Loading…
Reference in a new issue