destructor

This commit is contained in:
Michael Miller
2023-06-06 06:25:58 -07:00
parent 1cb18aea82
commit dcf4b9ac53

View File

@@ -126,6 +126,10 @@ public:
{ {
} }
~NeoPixelBusLg()
{
}
void SetLuminance(uint8_t luminance) void SetLuminance(uint8_t luminance)
{ {
// does NOT affect current pixel data as there is no safe way // does NOT affect current pixel data as there is no safe way