mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-05 20:46:08 +01:00
10 lines
132 B
Arduino
10 lines
132 B
Arduino
|
void setup() {
|
||
|
// put your setup code here, to run once:
|
||
|
|
||
|
}
|
||
|
|
||
|
void loop() {
|
||
|
// put your main code here, to run repeatedly:
|
||
|
|
||
|
}
|