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