mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Initial commit
This commit is contained in:
commit
cafd967ed6
6 changed files with 74 additions and 0 deletions
14
brmdoor_nfc.cpp
Normal file
14
brmdoor_nfc.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include <string>
|
||||
|
||||
#include "brmdoor_nfc.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
NFCDevice::NFCDevice()
|
||||
{
|
||||
}
|
||||
|
||||
std::string NFCDevice::scanUID()
|
||||
{
|
||||
return "1234";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue