mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-03 14:24:15 +01:00
12 lines
71 B
C++
12 lines
71 B
C++
void setup()
|
|
{
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
}
|
|
|
|
void foo(int x, int y, char *z)
|
|
{
|
|
}
|