From e62be3b12d3c94d709a77d89f52c31f7c4ac475d Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Sat, 4 Dec 2021 22:22:47 -0800
Subject: Initial commit.

---
 arduino/Makefile | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 arduino/Makefile

(limited to 'arduino/Makefile')

diff --git a/arduino/Makefile b/arduino/Makefile
new file mode 100755
index 0000000..54884fa
--- /dev/null
+++ b/arduino/Makefile
@@ -0,0 +1,4 @@
+#ARDUINO_LIBS =
+BOARD_TAG    = uno
+MONITOR_PORT = /dev/ttyACM0
+include /usr/share/arduino/Arduino.mk
-- 
cgit v1.2.3