ControllerBox directs electromechanical equipment in restaurants to display information.
Dependencies: TextLCD MbedJSONValue libMotiv picojson mbed-rtos mbed
Fork of Mbed_MotiVControllerBox by
Revision 12:aedaf4554a44, committed 2015-01-14
- 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 |
diff -r 17ccf6a50944 -r aedaf4554a44 RTC.lib --- 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
diff -r 17ccf6a50944 -r aedaf4554a44 main.cpp --- 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>