For boards that have onboard (internal) DotStars:
- Adafruit Trinket M0
- Itsy Bitsy M0 Express
- Adafruit PyRuler
- Adafruit GEMMA M0
- Adafruit Itsybitsy m4
- others?
add #def
s for the DotStar pins, ex:
// DotStar LED
#define INTERNAL_DS_DATA 3
#define INTERNAL_DS_CLK 4
to make referencing them easy in code.
EDIT: remove non-SAMD boards from copy-pasta'd list