Skip to content

Commit

Permalink
changed tinyNeoPixel lib variables from private to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
moose4lord committed Jun 16, 2024
1 parent 6844a18 commit 6a87936
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 6a87936

Please sign in to comment.