Ordner für main.ino angelegt. Wird benoetigt von der Arduino IDE.

This commit is contained in:
2024-06-18 14:48:36 +02:00
parent 9080395cda
commit 7aad80b38e

9
main/main.ino Normal file
View File

@@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}