Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f8ac commit d5cdcebCopy full SHA for d5cdceb
ports/atmel-samd/boards/neopixel_trinkey_m0/mpconfigboard.h
@@ -2,6 +2,7 @@
2
#define MICROPY_HW_MCU_NAME "samd21e18"
3
4
#define MICROPY_HW_NEOPIXEL (&pin_PA05)
5
+#define MICROPY_HW_NEOPIXEL_COUNT (4)
6
7
#define IGNORE_PIN_PA00 1
8
#define IGNORE_PIN_PA01 1
0 commit comments