We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132b638 commit c0718c2Copy full SHA for c0718c2
libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
@@ -236,4 +236,7 @@ class Arduino_LED_Matrix
236
bool _loop = false;
237
bool _sequenceDone = false;
238
voidFuncPtr _callBack;
239
-};
+};
240
+
241
+// For backwards compatibility, also define the class name without underscores
242
+typedef Arduino_LED_Matrix ArduinoLEDMatrix;
0 commit comments