I2C: add conf example

This commit is contained in:
Philippe Teuwen 2013-06-15 00:25:08 +02:00
parent 77445f1672
commit 4c707e04ad

View file

@ -0,0 +1,6 @@
## Typical configuration file for PN532 device on R-Pi connected using I2C
## 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 SPI"
connstring = pn532_i2c:/dev/i2c-0