Skip to content

Commit 9a8ebb0

Browse files
rootroot
authored andcommitted
added battery pin definition
1 parent 2186673 commit 9a8ebb0

File tree

1 file changed

+1
-0
lines changed
  • ports/raspberrypi/boards/melopero_shake_rp2040

1 file changed

+1
-0
lines changed

ports/raspberrypi/boards/melopero_shake_rp2040/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2525
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
2626
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO12) },
2727
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },
28+
{ MP_ROM_QSTR(MP_QSTR_D17), MP_ROM_PTR(&pin_GPIO17) },
2829
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
2930

3031
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO16) },

0 commit comments

Comments
 (0)