8000 Update pins.c · unwiredben/circuitpython@657b3ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 657b3ba

Browse files
authored
Update pins.c
Added LED_INVERTED
1 parent fa6a25e commit 657b3ba

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/espressif/boards/seeed_xiao_esp32c6/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
4848
{ MP_ROM_QSTR(MP_QSTR_LP_I2C_SDA), MP_ROM_PTR(&pin_GPIO6) },
4949

5050
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO15) },
51+
{ MP_ROM_QSTR(MP_QSTR_LED_INVERTED), MP_ROM_PTR(&pin_GPIO15) },
5152

5253
{ MP_ROM_QSTR(MP_QSTR_MTDO), MP_ROM_PTR(&pin_GPIO7) },
5354
{ MP_ROM_QSTR(MP_QSTR_LP_I2C_SCL), MP_ROM_PTR(&pin_GPIO7) },

0 commit comments

Comments
 (0)
0