2016-08-22 23:48:09 -07:00
|
|
|
// LEDs
|
|
|
|
#define MICROPY_HW_LED1 PIN_PA17 // red
|
2016-08-23 16:47:53 -07:00
|
|
|
// #define UART_REPL
|
|
|
|
#define USB_REPL
|
2016-08-23 17:36:29 -07:00
|
|
|
|
2016-08-31 09:56:06 -07:00
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Bluefruit LE"
|
2016-08-23 17:36:29 -07:00
|
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|