#define ARDUINO_MAIN #include int main(void) { init(); #if defined(USBCON) USB.attach(); #endif setup(); for (;;) loop(); return 0; }