Rc522 Proteus Library

Place the RC522 component on the schematic. It should appear with standard pins: .

void loop() if (mfrc522.PICC_IsNewCardPresent() && mfrc522.PICC_ReadCardSerial()) Serial.print("UID:"); for (byte i = 0; i < mfrc522.uid.size; i++) Serial.print(mfrc522.uid.uidByte[i], HEX); Serial.print(" "); rc522 proteus library

Now that the library is installed, let's simulate a basic Arduino Uno project. Place the RC522 component on the schematic