From cdf3f49ef44078bebd6d7289842dd00f0dc7b9dd Mon Sep 17 00:00:00 2001 From: danielvici123 <94993276+danielvici@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:23:22 +0200 Subject: [PATCH] Create normale.ino MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vorlage damit ich es später irgendwann kopieren und wieder einsetzen kann --- INF/vorlage/normale.ino/normale.ino | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 INF/vorlage/normale.ino/normale.ino diff --git a/INF/vorlage/normale.ino/normale.ino b/INF/vorlage/normale.ino/normale.ino new file mode 100644 index 0000000..1e7b249 --- /dev/null +++ b/INF/vorlage/normale.ino/normale.ino @@ -0,0 +1,23 @@ +/* + Details +*/ +// ---------- Libraries/Pins ---------- // + + +// ---------- Variables ---------- // + + +// ---------- Init ---------- // +void setup() { + // Initialize +} + + +// ---------- Main Program ---------- // +void loop() { + // put your main code here, to run repeatedly: + +} + + +// ---------- Functions ---------- // \ No newline at end of file