mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
12 lines
71 B
C++
12 lines
71 B
C++
void setup()
|
|
{
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
}
|
|
|
|
void foo(int x, int y, char *z)
|
|
{
|
|
}
|