SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
542 stars 140 forks source link

Changed access specifier in tinyNeoPixel libs from private to protected #1105

Closed moose4lord closed 3 weeks ago

moose4lord commented 1 month ago

changed access specifier in tinyNeoPixel libs from private to protected so inheriting classes have access to important variables. See issue #1103.