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 289404a commit f3443efCopy full SHA for f3443ef
ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c
@@ -8,7 +8,7 @@
8
#include "shared-bindings/board/__init__.h"
9
#include "shared-module/displayio/__init__.h"
10
11
-CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2)
+CIRCUITPY_BOARD_BUS_SINGLETON(sscb_i2c, i2c, 2)
12
13
static const mp_rom_obj_tuple_t camera_data_tuple = {
14
// The order matters.
@@ -31,7 +31,6 @@ static const mp_rom_obj_tuple_t camera_data_tuple = {
31
32
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
33
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
34
-
35
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO1) },
36
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO2) },
37
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO3) },
0 commit comments