aboutsummaryrefslogtreecommitdiff
path: root/arduino/Makefile
diff options
context:
space:
mode:
authorMarc Sunet <msunet@shellblade.net>2022-12-01 10:38:12 -0800
committerMarc Sunet <msunet@shellblade.net>2022-12-01 10:38:12 -0800
commit8543b0f9df2e527cb242d0629d5b5574c0d76d30 (patch)
tree2d7e76478017cea9972afe8450e1213bc38d3a05 /arduino/Makefile
parente62be3b12d3c94d709a77d89f52c31f7c4ac475d (diff)
Move arduino program to rpmcount folder and rename cc files to cpp as the IDE expects.HEADmain
Diffstat (limited to 'arduino/Makefile')
-rwxr-xr-xarduino/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arduino/Makefile b/arduino/Makefile
deleted file mode 100755
index 54884fa..0000000
--- a/arduino/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
1#ARDUINO_LIBS =
2BOARD_TAG = uno
3MONITOR_PORT = /dev/ttyACM0
4include /usr/share/arduino/Arduino.mk