Skip to content

Add defines for internal DotStar pins #320

@caternuson

Description

@caternuson

For boards that have onboard (internal) DotStars:

  • Adafruit Trinket M0
  • Itsy Bitsy M0 Express
  • Adafruit PyRuler
  • Adafruit GEMMA M0
  • Adafruit Itsybitsy m4
  • others?

add #defs 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions