Skip to content

Commit ebf19bd

Browse files
authored
Merge pull request #8557 from ladyada/main
pin fix for camera rev d
2 parents 5946368 + 2358e7b commit ebf19bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/adafruit_esp32s3_camera/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO1)
3333
#define MICROPY_HW_NEOPIXEL_COUNT (1)
3434

35-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO33)
36-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO34)
35+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO34)
36+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO33)
3737

3838
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
3939
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)

0 commit comments

Comments
 (0)