Skip to content

Commit

Permalink
Merge pull request #328 from caternuson/iss320_dotstar
Browse files Browse the repository at this point in the history
add PIN_DOTSTAR_CLOCK
  • Loading branch information
hathach authored Mar 5, 2024
2 parents e43b1ef + b13ae7f commit 0bf3258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/gemma_m0/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ extern "C"
#define INTERNAL_DS_CLK (4u)
#define PIN_DOTSTAR_DATA (3u)
#define PIN_DOTSTAR_CLK (4u)
#define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
#define DOTSTAR_NUM (1u)

/*
Expand Down
1 change: 1 addition & 0 deletions variants/itsybitsy_m0/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ extern "C"
// DotStar LED
#define PIN_DOTSTAR_DATA (41u)
#define PIN_DOTSTAR_CLK (40u)
#define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
#define DOTSTAR_NUM (1u)

/*
Expand Down
1 change: 1 addition & 0 deletions variants/itsybitsy_m4/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extern "C"
// DotStar LED
#define PIN_DOTSTAR_DATA (8u)
#define PIN_DOTSTAR_CLK (6u)
#define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
#define DOTSTAR_NUM (1u)

/*
Expand Down
1 change: 1 addition & 0 deletions variants/trinket_m0/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ extern "C"
#define INTERNAL_DS_CLK (8u)
#define PIN_DOTSTAR_DATA (7u)
#define PIN_DOTSTAR_CLK (8u)
#define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
#define DOTSTAR_NUM (1u)

/*
Expand Down

0 comments on commit 0bf3258

Please sign in to comment.