8000 Fluff M0: additional pins on version 1.3 of the board · jensechu/circuitpython@fce35c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit fce35c3

Browse files
committed
Fluff M0: additional pins on version 1.3 of the board
1 parent bb3f54a commit fce35c3

File tree

1 file changed

+2
-0
lines changed
  • ports/atmel-samd/boards/fluff_m0

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3030
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_PA16) },
3131
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_PA19) },
3232
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_PA17) },
33+
{ MP_ROM_QSTR(MP_QSTR_D14), MP_ROM_PTR(&pin_PA27) },
34+
{ MP_ROM_QSTR(M 48E9 P_QSTR_LED), MP_ROM_PTR(&pin_PA28) },
3335

3436
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3537
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },

0 commit comments

Comments
 (0)
0