NFC: Correcting bug & adding in config

This commit is contained in:
2024-01-19 11:35:21 +01:00
parent cada4d6e02
commit 4e8e916e5e
3 changed files with 3 additions and 18 deletions

View File

@ -1,11 +1,4 @@
/*
** EPITECH PROJECT, 2024
** T-IOT-901_convoyor
** File description:
** NfcReader
*/
#include "NfcReader.hpp"
#include "NfcReader.h"
NfcReader::NfcReader(int i2c_adress)
{
@ -13,8 +6,6 @@ NfcReader::NfcReader(int i2c_adress)
this->mfrc522->PCD_Init();
}
NfcReader::~NfcReader() {}
String NfcReader::ReadNfc()
{
this->uid.clear();