initial commit
This commit is contained in:
9
NfcDriver.h
Normal file
9
NfcDriver.h
Normal file
@@ -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 boolean write(NdefMessage& message, uint8_t * uid, int uidLength) = 0;
|
||||
// erase()
|
||||
// format()
|
||||
}
|
||||
Reference in New Issue
Block a user