summary refs log tree commit diff stats
path: root/firmware/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/main.cpp')
-rw-r--r--firmware/src/main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/src/main.cpp b/firmware/src/main.cpp
new file mode 100644
index 0000000..a669a09
--- /dev/null
+++ b/firmware/src/main.cpp
@@ -0,0 +1,11 @@
+#include <Arduino.h>
+
+void setup()
+{
+
+}
+
+void loop()
+{
+
+}