1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Files
esp8266/app/preproc/test/data/foo3.cpp

20 lines
180 B
C++

void setup() // run once, when the sketch starts
{
;
}
void loop() // run over and over again
{
;
}
/*
void loop(){
if (1){
;
}
else if(0){
;
}
} */