Add power control functions (#334)

* Update MFRC522.h
Add new power control functions : 
PCD_SoftPowerDown
PCD_SoftPowerUp
This commit is contained in:
Bill2462
2017-09-10 13:58:49 +02:00
committed by Rotzbua
parent 616a9b1a69
commit 3def3ab000
3 changed files with 40 additions and 1 deletions

View File

@@ -359,6 +359,12 @@ public:
void PCD_SetAntennaGain(byte mask);
bool PCD_PerformSelfTest();
/////////////////////////////////////////////////////////////////////////////////////
// Power control functions
/////////////////////////////////////////////////////////////////////////////////////
void PCD_SoftPowerDown();
void PCD_SoftPowerUp();
/////////////////////////////////////////////////////////////////////////////////////
// Functions for communicating with PICCs
/////////////////////////////////////////////////////////////////////////////////////