mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +01:00
67997a6605
This reverts commit e0926139fb61f7edbc38dd5bf7aaff1644e07a8f.
10 lines
129 B
C++
10 lines
129 B
C++
void setup() {
|
|
// put your setup code here, to run once:
|
|
|
|
}
|
|
|
|
void loop() {
|
|
// put your main code here, to run repeatedly:
|
|
|
|
}
|