Enable the Neopixel status light on Metro M0 Express and Feather M0 Express boards
This commit is contained in:
parent
6f662e9bbc
commit
e0eae5cb2a
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue