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:
87:e9d77e9f9eae
Child:
96:686ec39400dc
--- a/PhilipsLight.h	Thu Mar 13 00:07:59 2014 +0000
+++ b/PhilipsLight.h	Thu Mar 13 17:25:18 2014 +0000
@@ -39,13 +39,11 @@
        
        void on();
        void off();
-       void blink();
        void dim(int dim);
        void update();
        
     private:
-        void          doblink();
-        ErrorHandler *logger();
+       ErrorHandler *logger();
 };
 
 #endif // _PHILIPS_LIGHT_H_
\ No newline at end of file