ti bisogna il phaserunner

Dependencies:   mbed PID mbed-rtos

Peripherien/NFC.cpp

Committer:
beacon
Date:
2019-06-04
Revision:
11:39bd79605827
Parent:
7:15e6fc689368

File content as of revision 11:39bd79605827:

#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;
}