Skip to content

Commit fbf56da

Browse files
authored
Merge pull request #349 from jepler/add-ov5640
Add ov5640
2 parents ae96975 + 12ddb52 commit fbf56da

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
@@ -860,3 +860,6 @@
860860
[submodule "libraries/helpers/radial_controller"]
861861
path = libraries/helpers/radial_controller
862862
url = https://github.com/adafruit/Adafruit_CircuitPython_Radial_Controller.git
863+
[submodule "libraries/drivers/ov5640"]
864+
path = libraries/drivers/ov5640
865+
url = https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Miscellaneous
500500
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
501501
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
502502
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
503+
OV5640 Camera <https://circuitpython.readthedocs.io/projects/ov5640/en/latest/>
503504
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
504505
Pixelbuf <https://circuitpython.readthedocs.io/projects/pixelbuf/en/latest/>
505506
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>

libraries/drivers/ov5640

Submodule ov5640 added at 5f411df

0 commit comments

Comments
 (0)