add free memory command
add read and write nfc commands fix function sending
This commit is contained in:
@ -79,7 +79,7 @@ void Mfrc522::reset()
|
||||
write(TReloadRegL, POLL_TIMER & 0x0F);
|
||||
write(ModWidthReg, 0x26);
|
||||
|
||||
write(RFCfgReg, 0b111 << 4); //set gain to 48dB
|
||||
write(RFCfgReg, 0b01110100); //set gain to 48dB
|
||||
|
||||
write(TxAutoReg, 0x40); // Default 0x00. Force a 100 % ASK modulation independent of the ModGsPReg register setting
|
||||
updateBit(RxModeReg, 3, true);
|
||||
|
Reference in New Issue
Block a user