This commit is contained in:
Will Bradley 2011-11-28 00:04:01 -07:00
parent b668d244b6
commit ba8dd63974

View File

@ -51,6 +51,7 @@
#include <WIEGAND26.h> // Wiegand 26 reader format libary #include <WIEGAND26.h> // Wiegand 26 reader format libary
#include <PCATTACH.h> // Pcint.h implementation, allows for >2 software interupts. #include <PCATTACH.h> // Pcint.h implementation, allows for >2 software interupts.
// Create an instance of the various C++ libraries we are using. // Create an instance of the various C++ libraries we are using.
WIEGAND26 wiegand26; // Wiegand26 (RFID reader serial protocol) library WIEGAND26 wiegand26; // Wiegand26 (RFID reader serial protocol) library
PCATTACH pcattach; // Software interrupt library PCATTACH pcattach; // Software interrupt library