sync
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#ifndef NFC_READER_H
|
||||
#define NFC_READER_H
|
||||
#ifndef BIG_NFC_READER_H
|
||||
#define BIG_NFC_READER_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
#include "TrameList.h"
|
||||
|
||||
class NfcReader{
|
||||
class BigNfcReader{
|
||||
public:
|
||||
NfcReader();
|
||||
BigNfcReader();
|
||||
|
||||
/**
|
||||
* @brief initialise le lecteur NFC
|
Reference in New Issue
Block a user