Code for RFID Robot

Dependencies:   DebounceIn HTTPClient ID12RFID SDFileSystem TextLCD WiflyInterface iniparser mbed

Revision:
0:9fd64882c5aa
diff -r 000000000000 -r 9fd64882c5aa RFID.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RFID.h	Tue Dec 10 02:17:48 2013 +0000
@@ -0,0 +1,16 @@
+#ifndef  _RFID_H
+#define _RFID_H
+
+#include "mbed.h"
+#include "ID12RFID.h"
+#include <vector>
+#include <algorithm>
+#include "LCDText.h"
+
+extern DebounceIn down, up, select, back;
+extern ID12RFID rfid;
+
+int readTagSequence(std::vector<int>& v);
+int readTag();
+
+#endif
\ No newline at end of file