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