MCPcopy Create free account
hub / github.com/SmingHub/Sming / setControlPins

Method setControlPins

Sming/Libraries/MFRC522/MFRC522.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void 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/////////////////////////////////////////////////////////////////////////////////////

Callers 1

sayHelloFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected