Merge 2f2c3c8fecc0c1c7d2dbf4f296a9c7adc7e7c1a1 into c9ac17c9f5e793d1cba877a33e4d8353beff94e6

This commit is contained in:
Josh 2017-05-07 15:15:22 +00:00 committed by GitHub
commit 855ac16f8f
5 changed files with 10 additions and 10 deletions

View File

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

View File

@ -2,8 +2,8 @@
## Note: to use SPI port on R-Pi, you have to load kernel modules i2c-bcm2708 and i2c-dev:
## Edit /etc/modprobe.d/raspi-blacklist.conf and comment: #blacklist i2c-bcm2708
## Edit /etc/modules and add a new line: i2c-dev
name = "PN532 board via I2C"
connstring = pn532_i2c:/dev/i2c-0
device.name = "PN532 board via I2C"
device.connstring = pn532_i2c:/dev/i2c-0
# Note: If you have an R-Pi revision 2.0, the I2C bus #1 is now routed to connector P1
# (instead of the I2C bus #0 routed on same connector on initial board revision), so

View File

@ -1,5 +1,5 @@
## Typical configuration file for PN532 device on R-Pi connected using SPI
## Note: to use SPI port on R-Pi, you have to load kernel module spi-bcm2708:
## Edit /etc/modprobe.d/raspi-blacklist.conf and comment: #blacklist spi-bcm2708
name = "PN532 board via SPI"
connstring = pn532_spi:/dev/spidev0.0:500000
device.name = "PN532 board via SPI"
device.connstring = pn532_spi:/dev/spidev0.0:500000

View File

@ -1,5 +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 via UART"
connstring = pn532_uart:/dev/ttyAMA0
device.name = "PN532 board via UART"
device.connstring = pn532_uart:/dev/ttyAMA0

View File

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