| 31 | |
| 32 | |
| 33 | void MFRC522::setControlPins(byte csPin,byte pdPin) { |
| 34 | _chipSelectPin = csPin; |
| 35 | _resetPowerDownPin = pdPin; |
| 36 | |
| 37 | } |
| 38 | ///////////////////////////////////////////////////////////////////////////////////// |
| 39 | // Basic interface functions for communicating with the MFRC522 |
| 40 | ///////////////////////////////////////////////////////////////////////////////////// |