Prior to refactoring includes and forward definitions.

This commit is contained in:
Travis J Dean
2020-03-25 04:36:55 -04:00
parent 594c0b8550
commit 12131764d1
15 changed files with 59 additions and 17 deletions

View File

@@ -3,11 +3,11 @@
*/
#include "wled.h"
WLED wled;
void setup() {
//auto& wled = Wled();
wled.instance(); // Force creation of static instance
}
void loop() {
wled.loop();
}