1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Files
esp8266/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;
}