We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b667736 commit 9a70aa1Copy full SHA for 9a70aa1
ports/atmel-samd/boards/feather_m0_express/pins.c
@@ -1,7 +1,6 @@
1
#include "shared-bindings/board/__init__.h"
2
3
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4
- { MP_ROM_QSTR(MP_QSTR_AREF), MP_ROM_PTR(&pin_PA03) },
5
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
6
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },
7
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PB09) },
0 commit comments