adafruit / Adafruit_CircuitPython_PN532

CircuitPython driver for the PN532 NFC/RFID Breakout and PN532 NFC/RFID Shield
MIT License
91 stars 47 forks source link

PN532_SPI._wait_ready: fixed command overwriting #29

Closed basil-huber closed 4 years ago

basil-huber commented 4 years ago

Use separate buffer for sending and receiving form SPI This fixes #28