Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -860,3 +860,6 @@
[submodule "libraries/helpers/radial_controller"]
path = libraries/helpers/radial_controller
url = https://github.com/adafruit/Adafruit_CircuitPython_Radial_Controller.git
[submodule "libraries/drivers/ov5640"]
path = libraries/drivers/ov5640
url = https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ Miscellaneous
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
OV5640 Camera <https://circuitpython.readthedocs.io/projects/ov5640/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/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ov5640
Submodule ov5640 added at 5f411d