Skip to content

Commit bec4267

Browse files
committed
missin' reset pin for the radio. tested works.
1 parent 28aabb4 commit bec4267

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4242
{ MP_ROM_QSTR(MP_QSTR_CLKM), MP_ROM_PTR(&pin_PC16) },
4343
{ MP_ROM_QSTR(MP_QSTR_RF_SCK), MP_ROM_PTR(&pin_PC18) },
4444
{ MP_ROM_QSTR(MP_QSTR_RF_MISO), MP_ROM_PTR(&pin_PC19) },
45+
{ MP_ROM_QSTR(MP_QSTR_RESETN), MP_ROM_PTR(&pin_PB15) },
4546
};
4647
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)