ti bisogna il phaserunner

Dependencies:   mbed PID mbed-rtos

Revision:
7:15e6fc689368
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Peripherien/NFC.cpp	Thu May 16 20:42:39 2019 +0000
@@ -0,0 +1,16 @@
+#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;
+}
\ No newline at end of file