Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed PID mbed-rtos
NFC.cpp
00001 #include "NFC.h" 00002 00003 //Todo: define function 00004 bool NFC::addUser(uint64_t UID){ 00005 return false; 00006 } 00007 00008 //Todo: define function 00009 bool NFC::compareUIDs(uint64_t UID){ 00010 return false; 00011 } 00012 00013 //Todo: define function 00014 bool NFC::getAccess(){ 00015 return false; 00016 }
Generated on Mon Aug 1 2022 09:49:43 by
