Added ov7670
This commit is contained in:
parent
bee5532d44
commit
5fdb42f2de
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -808,3 +808,6 @@
|
|||
[submodule "libraries/helpers/colorsys"]
|
||||
path = libraries/helpers/colorsys
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git
|
||||
[submodule "libraries/drivers/ov7670"]
|
||||
path = libraries/drivers/ov7670
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_OV7670
|
||||
|
|
|
|||
|
|
@ -488,6 +488,7 @@ Miscellaneous
|
|||
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
|
||||
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
|
||||
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
|
||||
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/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/drivers/ov7670
Submodule
1
libraries/drivers/ov7670
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 07910b2acc25edc805cb2da8668c503683610474
|
||||
Loading…
Reference in a new issue