8 lines
89 B
C++
8 lines
89 B
C++
#include "App.h"
|
|
|
|
App app;
|
|
|
|
void setup() { app.begin(); }
|
|
void loop() { app.update(); }
|
|
|