Skip to content

Commit bf3c7b1

Browse files
authored
Update pins.c
1 parent b3c53af commit bf3c7b1

File tree

1 file changed

+2
-0
lines changed
  • ports/espressif/boards/seeed_xiao_esp32_s3_sense

1 file changed

+2
-0
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include "shared-bindings/board/__init__.h"
33
#include "shared-module/displayio/__init__.h"
44

5+
CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2) // Camera sensor - copyied from aithinkercam
6+
57
static const mp_rom_obj_tuple_t camera_data_tuple = {
68
// The order matters.
79
// They must be ordered from low to high (CAM_D0, CAM_D1...CAM_D7).

0 commit comments

Comments
 (0)