Skip to content

Commit a15ac65

Browse files
committed
Add board.LED for Grand Central M4 Express
Fixes #5111
1 parent 9a6b118 commit a15ac65

File tree

1 file changed

+1
-0
lines changed
  • ports/atmel-samd/boards/grandcentral_m4_express

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
137137

138138
{ MP_OBJ_NEW_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_PC24) },
139139

140+
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PB01) },
140141
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED_RX), MP_ROM_PTR(&pin_PC31) },
141142
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED_TX), MP_ROM_PTR(&pin_PC30) },
142143
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },

0 commit comments

Comments
 (0)