nfc-tools / libnfc

Platform independent Near Field Communication (NFC) library
http://nfc-tools.org
GNU Lesser General Public License v3.0
1.64k stars 436 forks source link

Help to start adding new drivers #692

Closed maitredede closed 8 months ago

maitredede commented 1 year ago

Hello,

I would like to add new drivers based on actual drivers, but by replacing i2c/spi bus with https://github.com/joan2937/pigpio

Where should I start to add new drivers ?

Thanks.

neomilium commented 8 months ago

No need to replace i2c and/or spi, just implement your own device and bus in libnfc.