Skip to content

Commit

Permalink
Merge pull request #1114 from moose4lord/master
Browse files Browse the repository at this point in the history
changed tinyNeoPixel lib variables from private to protected
  • Loading branch information
SpenceKonde authored Sep 5, 2024
2 parents 0599bf1 + 6a87936 commit 8249852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megaavr/libraries/tinyNeoPixel/tinyNeoPixel.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class tinyNeoPixel {
#endif


private:
protected:

boolean
begun; // true if begin() previously called
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class tinyNeoPixel {
#endif


private:
protected:

uint16_t
numLEDs, // Number of RGB LEDs in strip
Expand Down

0 comments on commit 8249852

Please sign in to comment.