This Class provides the methods to read/write bytes from/to an i2c device.
I2CRegister reg(uint8_t a_register)
calls the I2CRegister constructor
void dump_config() override
uint8_t pcd_read_register(PcdRegister reg) override
Reads a uint8_t from the specified register in the MFRC522 chip.
void pcd_write_register(PcdRegister reg, uint8_t value) override
Providing packet encoding functions for exchanging data with a remote host.