modified ID12RFID library to allow for tx pin setting

Fork of ID12RFID by Simon Ford

Revision:
3:d5920dcaf034
Parent:
2:280ef169667c
Child:
4:2593c0ca3e8f
--- a/ID12RFID.h	Wed Aug 27 18:51:48 2014 +0000
+++ b/ID12RFID.h	Tue Sep 09 17:01:12 2014 +0000
@@ -66,7 +66,7 @@
     int read();
 
 private:
-    Serial _rfid;
+    RawSerial _rfid;
     
 };