some additional fixes

Fork of PN532 by Seeed

Revision:
5:51f820fbd18a
Parent:
3:4189a10038e6
--- a/MifareUltralight.h	Thu Nov 21 04:41:47 2013 +0000
+++ b/MifareUltralight.h	Tue Oct 07 15:09:46 2014 +0000
@@ -11,6 +11,7 @@
         MifareUltralight(PN532& nfcShield);
         ~MifareUltralight();
         NfcTag read(uint8_t *uid, unsigned int uidLength);
+        bool write(NdefMessage& ndefMessage, uint8_t *uid, unsigned int uidLength);
     private:
         PN532* nfc;
         unsigned int tagCapacity;