(Not a real issue) 2.7.1 -> 3.0.0 breaks PN532 RFID reader on I2C #1271
-
Im trying to read an RFID tag using an PN532 and the adafruit_pn532 library via I2C on the pi pico W Example codes in the libraries and my own code works fine when using version 2.7.1 of this arduino pico board manager. I dont change any default pins for i2c0 (gpio4/5 for sda/scl), even the examples just fail with their standard "Didn't find PN53x board" as no version data is return when called for Any ideas on what im doing wrong here would be greatly appreciated? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
FWIW, according to https://github.com/earlephilhower/arduino-pico/commits/master/libraries/Wire there have been no changes since Jan 6, 2023 2.7.1 came out on Jan 14, 2023, so I don't think it's related to |
Beta Was this translation helpful? Give feedback.
-
Not an actual issue, was libraries compile mismatches between file versions |
Beta Was this translation helpful? Give feedback.
Not an actual issue, was libraries compile mismatches between file versions