mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
|
void setup() {
|
||
|
// put your setup code here, to run once:
|
||
|
|
||
|
}
|
||
|
|
||
|
void loop() {
|
||
|
// put your main code here, to run repeatedly:
|
||
|
|
||
|
}
|