mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
13 lines
85 B
C++
Executable File
13 lines
85 B
C++
Executable File
int main(void)
|
|
{
|
|
init();
|
|
|
|
setup();
|
|
|
|
for (;;)
|
|
loop();
|
|
|
|
return 0;
|
|
}
|
|
|