My Project
 All Classes Functions Variables Pages
MFRC522Debug.h
1 #include "MFRC522.h"
2 
3 #ifndef MFRC522Debug_h
4 #define MFRC522Debug_h
5 
6 class MFRC522Debug {
7 public:
8  // Get human readable code and type
9  static const char* PICC_GetTypeName(MFRC522::PICC_Type type);
10  static const char* GetStatusCodeName(MFRC522::StatusCode code);
11 
12 };
13 #endif // MFRC522Debug_h
static const char * PICC_GetTypeName(MFRC522::PICC_Type type)
Definition: MRFC522Debug.cpp:11
Definition: MFRC522Debug.h:6
static const char * GetStatusCodeName(MFRC522::StatusCode code)
Definition: MRFC522Debug.cpp:35