We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862fff3 commit 9f5bce0Copy full SHA for 9f5bce0
ports/espressif/boards/ai-thinker-esp32-cam/mpconfigboard.h
100755
100644
@@ -34,7 +34,7 @@
34
#define CIRCUITPY_BOARD_I2C (2)
35
/* OV2640 camera I2C pins are GPIO27 and _GPIO26. GPIO12 and GPIO13 are unused unless SD card inserted:- */
36
#define CIRCUITPY_BOARD_I2C_PIN { {.scl = &pin_GPIO27, .sda = &pin_GPIO26}, \
37
- {.scl = &pin_GPIO12, .sda = &pin_GPIO13} }
+ {.scl = &pin_GPIO12, .sda = &pin_GPIO13} }
38
39
// SD_CARD
40
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO14)
0 commit comments