Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
67:c360a2b2c948
Parent:
65:a62dbef2f924
Child:
71:063c45e99578
diff -r 31c754c36ed7 -r c360a2b2c948 io/DeviceFeedback.h
--- a/io/DeviceFeedback.h	Thu Oct 30 14:46:22 2014 +0000
+++ b/io/DeviceFeedback.h	Sun Nov 30 19:34:49 2014 +0000
@@ -10,10 +10,13 @@
 public:
     DeviceFeedback(PwmOut speaker);
     
+    void beepSuccess();
+    void beepFailure();
     void closeRelay();
     void openRelay();
     
 protected:
+    void sendMessage(uint8_t);
     void thread();
     static void thread_func(void const*);