Xinlei Cao / Mbed 2 deprecated MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
71:063c45e99578
Parent:
67:c360a2b2c948
Child:
90:423177e8a401
--- a/io/DeviceFeedback.h	Tue Feb 10 20:52:13 2015 +0000
+++ b/io/DeviceFeedback.h	Mon Feb 16 09:17:30 2015 +0000
@@ -23,6 +23,13 @@
 private:
     PwmOut _speaker;
     Thread _thread;
+    
+    /* LED lights on the application shield, consists of three colors: Red, Blue, Green.
+     * Note: value 0 means fully on for a color, 255 means off. 
+    */
+    DigitalOut shieldLEDRed;
+    DigitalOut shieldLEDBlue;
+    DigitalOut shieldLEDGreen;
     Mail<uint8_t, 16> _mail;
 };