#define ENABLE_EMULATION #include "sketch.cpp" int main(int argc, char **argv) { (void)argc; (void)argv; setup(); while (true) { loop(); } }