Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
93:0acd11870c6a
Parent:
92:48069375dffa
Child:
94:61d44636f020
--- a/io/DeviceIO.h	Fri Mar 20 14:27:10 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-#ifndef DEVICEIO_H
-#define DEVICEIO_H
-
-#include "mbed.h"
-#include "GPS.h"
-#include "LM75B.h"
-#include "MMA7660.h"
-#include "C12832.h"
-#include "GPSTracker.h"
-#include "DeviceFeedback.h"
-
-class DeviceIO
-{
-public:
-    DeviceIO(GPSI2C&);
-
-    bool resetButtonPressed();
-    GPSTracker& gpsTracker();
-    DeviceFeedback& deviceFeedback();
-    void lcdPrint(const char*, const char* = NULL, const char* = NULL);
-
-private:
-    DigitalIn _resetButton;
-    C12832 _lcd;
-    GPSTracker _gpsTracker;
-    DeviceFeedback _deviceFeedback;
-};
-
-#endif
\ No newline at end of file