1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/cores/arduino/main.cxx
2007-10-06 14:47:50 +00:00

13 lines
85 B
C++
Executable File

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