This commit is contained in:
kevin
2023-01-01 12:26:01 +08:00
parent 0e10dd3cb5
commit 6535da52e3
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
**/build/*
**/.vscode/*
+9
View 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:
}