mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 03:34:02 +02:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
ARDUINO_DIR = /usr/share/arduino
|
|
|
|
BOARD_TAG = atmega328
|
|
ARDUINO_PORT = /dev/ttyUSB0
|
|
|
|
TARGET = brmdoor
|
|
|
|
ARDUINO_LIBS = SoftwareSerial AdafruitPN532
|
|
|
|
include /usr/share/arduino/Arduino.mk
|