Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PN532 by
Diff: NfcDriver.h
- Revision:
- 3:4189a10038e6
diff -r f618fb2169c4 -r 4189a10038e6 NfcDriver.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/NfcDriver.h Thu Nov 21 04:30:49 2013 +0000
@@ -0,0 +1,9 @@
+// eventually the NFC drivers should extend this class
+class NfcDriver
+{
+ public:
+ virtual NfcTag read(uint8_t * uid, int uidLength) = 0;
+ virtual bool write(NdefMessage& message, uint8_t * uid, int uidLength) = 0;
+ // erase()
+ // format()
+}
\ No newline at end of file
