Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
90:0fed8d3e0b81
Parent:
87:e9d77e9f9eae
Child:
91:8732d54328ae
--- a/MBEDLight.h	Wed Mar 12 23:55:06 2014 +0000
+++ b/MBEDLight.h	Thu Mar 13 00:07:59 2014 +0000
@@ -31,6 +31,9 @@
         virtual void off();
         virtual void blink();
         virtual void dim(int value);
+        
+    private:
+        int m_current_state;
 };
 
 #endif // _MBED_LIGHT_H_
\ No newline at end of file