#define ARDUINO_MAIN #include "Arduino.h" int main() { setup(); post_init(); while (1) { loop(); } }