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 b3c53af commit bf3c7b1Copy full SHA for bf3c7b1
ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c
@@ -2,6 +2,8 @@
2
#include "shared-bindings/board/__init__.h"
3
#include "shared-module/displayio/__init__.h"
4
5
+CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2) // Camera sensor - copyied from aithinkercam
6
+
7
static const mp_rom_obj_tuple_t camera_data_tuple = {
8
// The order matters.
9
// They must be ordered from low to high (CAM_D0, CAM_D1...CAM_D7).
0 commit comments