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:
1:d54aed10ddf3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/library/MotiVAPI.h	Sat Nov 15 13:04:09 2014 +0000
@@ -0,0 +1,28 @@
+//#ifndef MOTIV_API_H
+//#define MOTIV_API_H
+//
+//#include "EthernetInterface.h"
+//#include <string>
+//
+//using namespace std;
+//
+//class MotiVAPI
+//{
+//    public:
+//    MotiVAPI();
+//    MotiVAPI(string url);
+//    ~MotiVAPI();
+//    
+//    MotiVAPI(const MotiVAPI&);
+//    MotiVAPI& operator=(const MotiVAPI&);
+//    
+//    EthernetInterface eth;
+//    bool connectAPI();
+//    
+//    private:
+//    //Add network connection
+//    string _url;
+//
+//};
+//
+//#endif
\ No newline at end of file