Code for RFID Robot

Dependencies:   DebounceIn HTTPClient ID12RFID SDFileSystem TextLCD WiflyInterface iniparser mbed

Revision:
0:9fd64882c5aa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCDText.h	Tue Dec 10 02:17:48 2013 +0000
@@ -0,0 +1,17 @@
+#ifndef _LCDTEST_H
+#define _LCDTEST_H
+
+#include "mbed.h"
+#include "TextLCD.h"
+#include "DebounceIn.h"
+
+extern DigitalOut myled1, myled2, myled3, myled4;
+extern TextLCD mylcd;
+extern DebounceIn down, up, select, back;
+extern Serial device;
+
+void clearLCD();
+void printLCD(const char* string1, const char* string2);
+int displayMenu(const char* menuTitle, const char** menuOptions, int numOptions);
+
+#endif
\ No newline at end of file