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