circuitpython/ports/espressif/common-hal/esp32_camera
Radomir Dopieralski 90c805d858 esp32-camera: make the master_clock_pin really optional
The master_clock_pin was already optional, but not specifying it would
result in a crash. This fixes it, so it really can be omitted, when the
camera module has its own clock source built in.
2022-12-16 21:53:50 +01:00
..
Camera.c esp32-camera: make the master_clock_pin really optional 2022-12-16 21:53:50 +01:00
Camera.h lock and unlock i2c bus around any ops that might access it 2022-09-22 17:03:05 -05:00