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:
91:8732d54328ae
Parent:
90:0fed8d3e0b81
Child:
92:330746c526b7
--- a/MBEDLight.h	Thu Mar 13 00:07:59 2014 +0000
+++ b/MBEDLight.h	Thu Mar 13 17:25:18 2014 +0000
@@ -29,11 +29,7 @@
         
         virtual void on();
         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