Skip to content

Commit 4c03768

Browse files
committed
seeed_xiao_esp32_s3_sense: add back pin alias
1 parent 785d599 commit 4c03768

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
4949

5050
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO6) },
5151
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO6) },
52+
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO6) },
5253

5354
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO43) },
5455
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO43) },

0 commit comments

Comments
 (0)