M5Unit-RFID 0.0.2 git rev:1dc8f67
Loading...
Searching...
No Matches
m5::unit::UnitMFRC522::config_t Struct Reference

Settings for begin. More...

#include <unit_MFRC522.hpp>

Inheritance diagram for m5::unit::UnitMFRC522::config_t:
m5::unit::UnitWS1850S::config_t

Public Attributes

m5::nfc::NFC mode {m5::nfc::NFC::A}
 Initial NFC mode applied at begin()
 
uint8_t mode_reg {0x3D}
 mode reg value. See also 9.3.2.2 ModeReg register
 
bool enable_antenna {true}
 Enable antenna on begin if true.
 
mfrc522::ReceiverGain receiver_gain {mfrc522::ReceiverGain::dB48}
 The receiver’s signal voltage gain factor.
 
bool software_crc {false}
 Using software CRC.
 

Detailed Description

Settings for begin.