adafruit / Adafruit_NFCShield_I2C

I2C Driver for Adafruit's PN532-based NFC Shield
Other
130 stars 80 forks source link

Adds Mifare Ultralight Write Functionality #18

Closed mattoehrlein closed 9 years ago

mattoehrlein commented 10 years ago

Read functionality was already working, and now I've implemented write functionality also.

tdicola commented 9 years ago

Thanks for contributing and apologies this took so long to be reviewed. This library has actually been deprecated and merged in to the PN532 library here: https://github.com/adafruit/Adafruit-PN532 However I took the changes from your pull and just merged them in with this commit: https://github.com/adafruit/Adafruit-PN532/commit/6318da7a62aa7a409d266362e0b05fa0a7d2ae04 Thanks again for contributing!