This commit is contained in:
2023-01-01 12:26:01 +08:00
parent 0e10dd3cb5
commit 6535da52e3
2 files changed
+11

No files matched your search

+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:
}