ControllerBox directs electromechanical equipment in restaurants to display information.

Dependencies:   TextLCD MbedJSONValue libMotiv picojson mbed-rtos mbed

Fork of Mbed_MotiVControllerBox by Tim Wöstemeier

Files at this revision

API Documentation at this revision

Comitter:
TimWoo
Date:
Wed Jan 14 21:02:31 2015 +0000
Parent:
11:17ccf6a50944
Commit message:
Some more cleaning up. Removed RTC library as it is not used.

Changed in this revision

RTC.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RTC.lib	Wed Jan 14 20:53:52 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/users/Sissors/code/RTC/#be9d058ee5c7
--- a/main.cpp	Wed Jan 14 20:53:52 2015 +0000
+++ b/main.cpp	Wed Jan 14 21:02:31 2015 +0000
@@ -1,12 +1,9 @@
 #include "mbed.h"
-//the library "TextLCD.h" was slightly altered to work with the GDM2004D LCD
 #include "TextLCD/TextLCD.h"
 #include "Controller.h"
 //#include "picojson.h"
-//#include "MbedJSONValue.h"
 //#include "EthernetInterface.h"
 //#include "HTTPClient.h"
-//#include "SDFileSystem.h" Needed if config files are going to be implemented
 #include "libMotiv.h"
 #include <string>