12 lines
266 B
C
12 lines
266 B
C
// LEDs
|
|
#define MICROPY_HW_LED_MSC PIN_PA17 // red
|
|
// #define UART_REPL
|
|
#define USB_REPL
|
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Adalogger"
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|
|
|
|
#define AUTORESET_DELAY_MS 500
|
|
|
|
#include "internal_flash.h"
|