#include "App.h" App app; void setup() { app.begin(); } void loop() { app.update(); }