Create normale.ino

vorlage damit ich es später irgendwann kopieren und wieder einsetzen kann
This commit is contained in:
danielvici123
2024-09-16 14:23:22 +02:00
parent f20338a7b9
commit cdf3f49ef4

View File

@@ -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 ---------- //