ti bisogna il phaserunner

Dependencies:   mbed PID mbed-rtos

Committer:
EpicG10
Date:
Thu May 16 20:42:39 2019 +0000
Revision:
7:15e6fc689368
Implementation Regler (not finished)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
EpicG10 7:15e6fc689368 1 #include "NFC.h"
EpicG10 7:15e6fc689368 2
EpicG10 7:15e6fc689368 3 //Todo: define function
EpicG10 7:15e6fc689368 4 bool NFC::addUser(uint64_t UID){
EpicG10 7:15e6fc689368 5 return false;
EpicG10 7:15e6fc689368 6 }
EpicG10 7:15e6fc689368 7
EpicG10 7:15e6fc689368 8 //Todo: define function
EpicG10 7:15e6fc689368 9 bool NFC::compareUIDs(uint64_t UID){
EpicG10 7:15e6fc689368 10 return false;
EpicG10 7:15e6fc689368 11 }
EpicG10 7:15e6fc689368 12
EpicG10 7:15e6fc689368 13 //Todo: define function
EpicG10 7:15e6fc689368 14 bool NFC::getAccess(){
EpicG10 7:15e6fc689368 15 return false;
EpicG10 7:15e6fc689368 16 }