Add files via upload

This commit is contained in:
ITACA Innovation S.R.L 2019-04-16 16:50:54 +02:00 committed by GitHub
parent 4f5a7ffe46
commit 2d303213ed
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,5 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -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) },