8000 Enable the Neopixel status light on Metro M0 Express and Feather M0 E… · boneskull/circuitpython@e0eae5c · GitHub
[go: up one dir, main page]

Skip to content

Commit e0eae5c

Browse files
mrmcwethytannewt
authored andcommitted
Enable the Neopixel status light on Metro M0 Express and Feather M0 Express boards
1 parent 6f662e9 commit e0eae5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/feather_m0_express/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Express"
22
#define MICROPY_HW_MCU_NAME "samd21g18"
33

4-
// #define MICROPY_HW_NEOPIXEL (&pin_PA06)
4+
#define MICROPY_HW_NEOPIXEL (&pin_PA06)
55

66
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
77
#define SPI_FLASH_BAUDRATE (8000000)

ports/atmel-samd/boards/metro_m0_express/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define MICROPY_HW_LED_TX PIN_PA27
77
//#define MICROPY_HW_LED_RX PIN_PA31
88

9-
//#define MICROPY_HW_NEOPIXEL (&pin_PA30)
9+
#define MICROPY_HW_NEOPIXEL (&pin_PA30)
1010

1111
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
1212
#define SPI_FLASH_BAUDRATE (8000000)

0 commit comments

Comments
 (0)
0