Ordner für main.ino angelegt. Wird benoetigt von der Arduino IDE.
This commit is contained in:
9
main/main.ino
Normal file
9
main/main.ino
Normal file
@@ -0,0 +1,9 @@
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user