Skip to content

Commit 51920cd

Browse files
authored
Create Makefile
1 parent 37a804a commit 51920cd

File tree

1 file changed

+10
-0
lines changed
  • UsingArduino/Arduino-Make/Example00

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ARDUINO_DIR = /usr/share/arduino
2+
ARDMK_DIR = /usr/share/arduino
3+
#AVR_TOOLS_DIR = /usr
4+
#ARDUINO_LIBS = Ethernet SPI
5+
BOARD_TAG = uno
6+
MONITOR_PORT = /dev/ttyACM0
7+
AVRDUDE = /usr/share/arduino/hardware/tools/avrdude
8+
AVRDUDE_CONF = /usr/share/arduino/hardware/tools/avrdude.conf
9+
10+
include /usr/share/arduino/Arduino.mk

0 commit comments

Comments
 (0)