Skip to content

Commit 587ad1d

Browse files
authored
Merge pull request #322 from adafruit/jepler/ov2640
Add ov2640
2 parents a4ca700 + bda4eb7 commit 587ad1d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,3 +817,6 @@
817817
[submodule "libraries/helpers/simple-text-display"]
818818
path = libraries/helpers/simple-text-display
819819
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git
820+
[submodule "libraries/drivers/ov2640"]
821+
path = libraries/drivers/ov2640
822+
url = https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ Miscellaneous
490490
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
491491
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
492492
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
493+
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
493494
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
494495
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
495496
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>

libraries/drivers/ov2640

Submodule ov2640 added at a561e2d

0 commit comments

Comments
 (0)