mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
added arduino nfcReader files (#42)
This commit is contained in:
committed by
GitHub
parent
76cb0eaf1a
commit
6259d0bef3
9
Arduino/nfcReader/NDEF/NfcDriver.h
Normal file
9
Arduino/nfcReader/NDEF/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