Skip to content

Commit fdbd3bc

Browse files
committed
add missing AREF pin
1 parent 38ffc43 commit fdbd3bc

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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_AREF), MP_ROM_PTR(&pin_PA03) },
45
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
56
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },
67
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PB09) },

0 commit comments

Comments
 (0)