adafruit / Adafruit-PN532

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

Minor tweaks based on BSP run thru (SAMD, ESP32, ESP8266, RP2040) #111

Closed caternuson closed 1 year ago

caternuson commented 1 year ago

Just a few tweaks based on running through a set of BSPs to test each PN532 interface.

Tested using updated readMifare example in this PR. The only change to example is removal of call to SAMConfig() from user sketch, since this is now done internally in Adafruit_PN532::begin(). (other examples should be updated also)

The following BSPs were tested:

The following PN532 interfaces were tested on each of the above:

Results:

caternuson commented 1 year ago

@ladyada for review