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

Revision:
3:21c8adb97c8f
Parent:
2:ad4509a9d051
Child:
4:8155d4d6a193
--- a/library/Table.h	Tue Dec 02 20:51:18 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#ifndef MOTIV_TABLE_H
-#define MOTIV_TABLE_H
-
-class Table {
-    public:
-    Table();
-    Table(int id);
-    ~Table();
-    
-    private:
-    int id, status, fStatus, dStatus, sStatus;
-    int statusPrev, fStatusPrev, dStatusPrev, sStatusPrev;
-    
-    
-    };
-    
-#endif
\ No newline at end of file