File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ extern "C"
89
89
#define INTERNAL_DS_CLK (4u)
90
90
#define PIN_DOTSTAR_DATA (3u)
91
91
#define PIN_DOTSTAR_CLK (4u)
92
+ #define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
92
93
#define DOTSTAR_NUM (1u)
93
94
94
95
/*
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ extern "C"
83
83
// DotStar LED
84
84
#define PIN_DOTSTAR_DATA (41u)
85
85
#define PIN_DOTSTAR_CLK (40u)
86
+ #define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
86
87
#define DOTSTAR_NUM (1u)
87
88
88
89
/*
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ extern "C"
87
87
// DotStar LED
88
88
#define PIN_DOTSTAR_DATA (8u)
89
89
#define PIN_DOTSTAR_CLK (6u)
90
+ #define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
90
91
#define DOTSTAR_NUM (1u)
91
92
92
93
/*
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ extern "C"
89
89
#define INTERNAL_DS_CLK (8u)
90
90
#define PIN_DOTSTAR_DATA (7u)
91
91
#define PIN_DOTSTAR_CLK (8u)
92
+ #define PIN_DOTSTAR_CLOCK PIN_DOTSTAR_CLK
92
93
#define DOTSTAR_NUM (1u)
93
94
94
95
/*
You can’t perform that action at this time.
0 commit comments