Skip to content

Commit e02539b

Browse files
authored
Merge pull request adafruit#3633 from ITACAInnovation/patch-2
Update pins.c
2 parents 5a07925 + ca935c0 commit e02539b

File tree

1 file changed

+3
-0
lines changed
  • ports/atmel-samd/boards/uchip

1 file changed

+3
-0
lines changed

ports/atmel-samd/boards/uchip/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include "shared-bindings/board/__init__.h"
22

33
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PA07) },
5+
{ MP_ROM_QSTR(MP_QSTR_BOOST_EN), MP_ROM_PTR(&pin_PA14) },
6+
{ MP_ROM_QSTR(MP_QSTR_VEXT_SELECT), MP_ROM_PTR(&pin_PA15) },
47
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA06) },
58
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA06) },
69
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PA08) },

0 commit comments

Comments
 (0)