Arduino/hardware/cores/arduino/main.cxx

13 lines
85 B
C++
Executable File

int main(void)
{
init();
setup();
for (;;)
loop();
return 0;
}