Skip to content

Commit a98b85f

Browse files
committed
Add D3
1 parent 40caa5b commit a98b85f

File tree

1 file changed

+2
-0
lines changed
  • ports/raspberrypi/boards/seeeduino_xiao_rp2350

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/seeeduino_xiao_rp2350/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1818
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
1919
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_GPIO28) },
2020

21+
{ MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_GPIO5) },
22+
2123
{ MP_ROM_QSTR(MP_QSTR_BAT_ADC_EN), MP_ROM_PTR(&pin_GPIO19) },
2224

2325
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },

0 commit comments

Comments
 (0)