mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 11:44:01 +02:00
Added PN532 library to Makefile libs
This commit is contained in:
parent
659ca38076
commit
1e65dd7760
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ ARDUINO_PORT = /dev/ttyUSB0
|
||||||
|
|
||||||
TARGET = brmdoor
|
TARGET = brmdoor
|
||||||
|
|
||||||
ARDUINO_LIBS = SoftwareSerial
|
ARDUINO_LIBS = SoftwareSerial AdafruitPN532
|
||||||
|
|
||||||
include /usr/share/arduino/Arduino.mk
|
include /usr/share/arduino/Arduino.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue