Enable the Neopixel status light on Metro M0 Express and Feather M0 Express boards

This commit is contained in:
mrmcwethy 2017-11-21 11:56:27 -07:00 committed by Scott Shawcroft
parent 6f662e9bbc
commit e0eae5cb2a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Express"
#define MICROPY_HW_MCU_NAME "samd21g18"
// #define MICROPY_HW_NEOPIXEL (&pin_PA06)
#define MICROPY_HW_NEOPIXEL (&pin_PA06)
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
#define SPI_FLASH_BAUDRATE (8000000)

View File

@ -6,7 +6,7 @@
#define MICROPY_HW_LED_TX PIN_PA27
//#define MICROPY_HW_LED_RX PIN_PA31
//#define MICROPY_HW_NEOPIXEL (&pin_PA30)
#define MICROPY_HW_NEOPIXEL (&pin_PA30)
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
#define SPI_FLASH_BAUDRATE (8000000)