#include <SoftwareSerial.h> // SoftwareSerial must be included because the library depends on it
#include "RFID.h"
// Creates an RFID instance in Wiegand Mode
// DATA0 of the RFID Reader must be connected
// to Pin 2 of your Arduino (INT0 on most boards, INT1 on Leonardo)
// DATA1 of the RFID Reader must be connected
// to Pin 3 of your Arduino (INT1 on most boards, INT0 on Leonrado)
RFID rfid(RFID_WIEGAND, W26BIT);