mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +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;
|
|
}
|
|
|