2016-08-23 02:48:09 -04:00
|
|
|
// LEDs
|
|
|
|
#define MICROPY_HW_LED1 PIN_PA17 // red
|
2016-08-23 19:47:53 -04:00
|
|
|
// #define UART_REPL
|
|
|
|
#define USB_REPL
|
2016-08-23 20:36:29 -04:00
|
|
|
|
2016-08-31 12:56:06 -04:00
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Bluefruit LE"
|
2016-08-23 20:36:29 -04:00
|
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|