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