Add files via upload
This commit is contained in:
parent
4f5a7ffe46
commit
2d303213ed
@ -10,3 +10,5 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
@ -1,4 +1,4 @@
|
||||
#include "shared-bindings/board/__init__.h"
|
||||
#include "supervisor/shared/board_busses.h"
|
||||
|
||||
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
|
||||
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA08) },
|
||||
|
Loading…
Reference in New Issue
Block a user