Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5cdceb

Browse files
committed
Use all 4 status pixels on neotrinkey too
1 parent bc0f8ac commit d5cdceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define MICROPY_HW_MCU_NAME "samd21e18"
33

44
#define MICROPY_HW_NEOPIXEL (&pin_PA05)
5+
#define MICROPY_HW_NEOPIXEL_COUNT (4)
56

67
#define IGNORE_PIN_PA00 1
78
#define IGNORE_PIN_PA01 1

0 commit comments

Comments
 (0)