Push up existing wokwi changes

This commit is contained in:
2025-12-20 12:54:56 -05:00
parent 1ed3c99141
commit ef3eded08d
4 changed files with 27 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ class ColorRandomizerMatrix : public MatrixAnimation {
} else {
fadingValues = new CRGB[matrix->getWidth()];
}
Serial.println("Initialize is ok");
}
void execute();