Z-Lab/Arduino_Grundlagen/01_Grundstruktur/01_Grundstruktur.ino
2024-12-29 13:55:15 +01:00

6 lines
34 B
C++

void setup() {
}
void loop() {
}