Skip to content

Commit 5fdb42f

Browse files
committedApr 27, 2021
Added ov7670
1 parent bee5532 commit 5fdb42f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -808,3 +808,6 @@
808808
[submodule "libraries/helpers/colorsys"]
809809
path = libraries/helpers/colorsys
810810
url = https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git
811+
[submodule "libraries/drivers/ov7670"]
812+
path = libraries/drivers/ov7670
813+
url = https://github.com/adafruit/Adafruit_CircuitPython_OV7670

‎docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ Miscellaneous
488488
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
489489
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
490490
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
491+
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
491492
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
492493
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
493494
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>

‎libraries/drivers/ov7670

Submodule ov7670 added at 07910b2

0 commit comments

Comments
 (0)