This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/INF/vorlage/normale.ino/normale.ino
danielvici123 cdf3f49ef4 Create normale.ino
vorlage damit ich es später irgendwann kopieren und wieder einsetzen kann
2024-09-16 14:23:22 +02:00

23 lines
316 B
C++

/*
Details
*/
// ---------- Libraries/Pins ---------- //
// ---------- Variables ---------- //
// ---------- Init ---------- //
void setup() {
// Initialize
}
// ---------- Main Program ---------- //
void loop() {
// put your main code here, to run repeatedly:
}
// ---------- Functions ---------- //