1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware/arduino/core/main.cxx
2009-11-07 17:05:21 +00:00

13 lines
85 B
C++
Executable File

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