Create normale.ino
vorlage damit ich es später irgendwann kopieren und wieder einsetzen kann
This commit is contained in:
23
INF/vorlage/normale.ino/normale.ino
Normal file
23
INF/vorlage/normale.ino/normale.ino
Normal 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 ---------- //
|
||||
Reference in New Issue
Block a user