|
M5Unit-RFID 0.0.1 git rev:d8076ed
|
MFRC522 Unit for M5UnitUnified. More...
#include <M5UnitComponent.hpp>#include <nfc/nfc.hpp>#include <nfc/a/nfca.hpp>Go to the source code of this file.
Classes | |
| class | m5::unit::UnitMFRC522 |
| Radio frequency identification unit. More... | |
| struct | m5::unit::UnitMFRC522::config_t |
| Settings for begin. More... | |
Namespaces | |
| namespace | m5 |
| Top level namespace of M5Stack. | |
Enumerations | |
| enum class | m5::unit::mfrc522::Command : uint8_t { Idle , Mem , GenerateRandomID , CalcCRC , Transmit , NoCmdChange = 0x07 , Receive , Transceive = 0x0C , MFAuthent = 0x0E , SoftReset } |
| PCD command. More... | |
| enum class | m5::unit::mfrc522::ReceiverGain : uint8_t { dB18 , dB23 , dB33 = 0x04 , dB38 , dB43 , dB48 } |
| The receiver’s signal voltage gain factor. More... | |
| enum class | m5::unit::mfrc522::Error : uint8_t { OCCUR_COLLISION , UID_NOT_COMPLETED , ARGUMENT = 0x80 , COMMUNICATION , REGISTER , TIMEOUT , MIFARE_NACK , CRC , AUTH , CANNOT_RESOLVE_COLLISION , INTERNAL = 0xFE , UNKNOWN = 0xFF } |
| API error code. More... | |
Variables | |
| constexpr uint16_t | m5::unit::mfrc522::MAX_FIFO_DEPTH {64} |
| Maximum FIFO depth. | |
MFRC522 Unit for M5UnitUnified.
|
strong |
PCD command.
|
strong |
API error code.
|
strong |