From 9080395cdab01a284bddb8c7e4230f364e9dc9d6 Mon Sep 17 00:00:00 2001 From: Musab Erdem Date: Tue, 18 Jun 2024 12:14:35 +0200 Subject: [PATCH] main.ino angelegt. --- main.ino | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.ino diff --git a/main.ino b/main.ino new file mode 100644 index 0000000..e20cfc7 --- /dev/null +++ b/main.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +} \ No newline at end of file