Initial commit

This commit is contained in:
Ondrej Mikle 2014-07-19 01:08:30 +02:00
commit cafd967ed6
6 changed files with 74 additions and 0 deletions

14
brmdoor_nfc.cpp Normal file
View file

@ -0,0 +1,14 @@
#include <string>
#include "brmdoor_nfc.h"
using namespace std;
NFCDevice::NFCDevice()
{
}
std::string NFCDevice::scanUID()
{
return "1234";
}