commit
e7d0baf5f3
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -833,3 +833,6 @@
|
|||
[submodule "libraries/helpers/macropad"]
|
||||
path = libraries/helpers/macropad
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MacroPad.git
|
||||
[submodule "libraries/helpers/pixelbuf"]
|
||||
path = libraries/helpers/pixelbuf
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixelbuf.git
|
||||
|
|
|
|||
|
|
@ -495,6 +495,7 @@ Miscellaneous
|
|||
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
|
||||
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
|
||||
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
|
||||
Pixelbuf <https://circuitpython.readthedocs.io/projects/pixelbuf/en/latest/>
|
||||
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
|
||||
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
|
||||
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>
|
||||
|
|
|
|||
1
libraries/helpers/pixelbuf
Submodule
1
libraries/helpers/pixelbuf
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e52cf58a7a1f1bb0c76102987120cd48ce0e24e9
|
||||
Loading…
Reference in a new issue