New feature: search in a directory for devices configuration files.

This commit is contained in:
Romuald Conty 2012-12-02 18:49:51 +01:00
parent 84dc268781
commit 03e5611d14
10 changed files with 49 additions and 26 deletions

View file

@ -1,5 +1,6 @@
SUBDIRS = \
devd \
libnfc \
linux \
udev \
win32

View file

@ -0,0 +1,4 @@
EXTRA_DIST = \
pn532_via_uart2usb.conf.sample \
arygon.conf.sample \
pn532_uart_on_rpi.conf.sample

View file

@ -0,0 +1,3 @@
## Typical configuration file for Arygon/IDentive device (with Arygon-MCU on board)
name = "IDentive"
connstring = arygon:/dev/ttyS0

View file

@ -0,0 +1,5 @@
## Typical configuration file for PN532 device on R-Pi connected using UART
## Note: to use UART port on R-Pi, you have to disable linux serial console:
## http://learn.adafruit.com/adafruit-nfc-rfid-on-raspberry-pi/freeing-uart-on-the-pi
name = "PN532 board"
connstring = pn532_uart:/dev/ttyAMA0

View file

@ -0,0 +1,3 @@
## Typical configuration file for PN532 board (ie. microbuilder.eu / Adafruit) device
name = "Adafruit PN532 board"
connstring = pn532_uart:/dev/ttyUSB0