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:
91:423177e8a401
Child:
94:61d44636f020
--- a/io/DeviceFeedback.h	Fri Mar 20 14:27:10 2015 +0000
+++ b/io/DeviceFeedback.h	Mon Apr 13 14:24:58 2015 +0000
@@ -10,18 +10,18 @@
 public:
     DeviceFeedback();
 
-    void beepSuccess();
-    void beepFailure();
+//    void beepSuccess();
+//    void beepFailure();
     void closeRelay();
     void openRelay();
     
 protected:
-    void sendMessage(uint8_t);
-    void thread();
-    static void thread_func(void const*);
+//    void sendMessage(uint8_t);
+//    void thread();
+//    static void thread_func(void const*);
 
 private:
-    PwmOut _speaker;
+//    PwmOut _speaker;
 //    Thread _thread;
     
     /* LED lights on the application shield, consists of three colors: Red, Blue, Green.
@@ -30,7 +30,7 @@
     DigitalOut shieldLEDRed;
     DigitalOut shieldLEDBlue;
     DigitalOut shieldLEDGreen;
-    Mail<uint8_t, 16> _mail;
+//    Mail<uint8_t, 16> _mail;
 };
 
 #endif
\ No newline at end of file