8000 Merge pull request #10335 from piit79/frood-rev9 · adafruit/circuitpython@4061983 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4061983

Browse files
authored
Merge pull request #10335 from piit79/frood-rev9
Update 42. Keebs Frood to version 9
2 parents 5eee7a2 + 0726b1e commit 4061983

File tree

1 file changed

+3
-0
lines changed
  • ports/raspberrypi/boards/42keebs_frood

1 file changed

+3
-0
lines changed

ports/raspberrypi/boards/42keebs_frood/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
4949
{ MP_ROM_QSTR(MP_QSTR_D15), MP_ROM_PTR(&pin_GPIO15) },
5050
{ MP_ROM_QSTR(MP_QSTR_D16), MP_ROM_PTR(&pin_GPIO16) },
5151

52+
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO10) },
53+
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
54+
5255
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO17) },
5356
{ MP_ROM_QSTR(MP_QSTR_D17), MP_ROM_PTR(&pin_GPIO17) },
5457
{ MP_ROM_QSTR(MP_QSTR_VBUS_SENSE), MP_ROM_PTR(&pin_GPIO19) },

0 commit comments

Comments
 (0)
0