1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/core/arduino/main.cxx

13 lines
85 B
C++
Executable File

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