aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-03-13 18:07:01 +0100
committerlonkaars <loek@pipeframe.xyz>2022-03-13 18:07:01 +0100
commitf68a0f10421d697341561dd21cdda864f43393b4 (patch)
treedae5fcfb602d4cc891da19ea51ae361295b320ec
parent12ce243e5638421192f074b6f5a395320ea0557c (diff)
add arduino starting point
-rw-r--r--ino7
1 files changed, 7 insertions, 0 deletions
diff --git a/ino b/ino
new file mode 100644
index 0000000..32f56ba
--- /dev/null
+++ b/ino
@@ -0,0 +1,7 @@
+void setup() {
+
+}
+
+void loop() {
+
+}