ti bisogna il phaserunner

Dependencies:   mbed PID mbed-rtos

Committer:
beacon
Date:
Tue Jun 04 19:03:39 2019 +0000
Revision:
11:39bd79605827
Parent:
7:15e6fc689368
ti bisogna il phaserunner

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 }