From 6535da52e3b34d8c8105fe977f0aaa41f68767ac Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 1 Jan 2023 12:26:01 +0800 Subject: [PATCH] Signed-off-by: kevin --- .gitignore | 2 ++ SW/ESP32_Arduino/demo1/demo1.ino | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 SW/ESP32_Arduino/demo1/demo1.ino diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abb0a36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/build/* +**/.vscode/* \ No newline at end of file diff --git a/SW/ESP32_Arduino/demo1/demo1.ino b/SW/ESP32_Arduino/demo1/demo1.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/SW/ESP32_Arduino/demo1/demo1.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}