ti bisogna il phaserunner

Dependencies:   mbed PID mbed-rtos

Peripherien/NFC.cpp

Committer:
EpicG10
Date:
2019-05-16
Revision:
7:15e6fc689368

File content as of revision 7:15e6fc689368:

#include "NFC.h"

//Todo: define function
bool NFC::addUser(uint64_t UID){
    return false;
}

//Todo: define function
bool NFC::compareUIDs(uint64_t UID){
    return false;
}

//Todo: define function
bool NFC::getAccess(){
    return false;
}