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