adafruit / Adafruit-PN532

Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip
Other
421 stars 265 forks source link

Add HSU Support #110

Closed caternuson closed 1 year ago

caternuson commented 1 year ago

Adds support for HSU interface, aka Serial, aka UART.

Only Hardware Serial support at this point.

Other notes:

Tested with updated readMifare example on Feather M4 using the new constructor:

Adafruit_PN532 nfc(PN532_RESET, &Serial1);

Screenshot from 2023-02-15 09-45-00

Also retested SPI: Screenshot from 2023-02-15 09-48-46

Also retested I2C: Screenshot from 2023-02-15 09-52-19

caternuson commented 1 year ago

@ladyada for review