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:
87:e9d77e9f9eae
Parent:
29:9a99f076129a
Child:
91:8732d54328ae
diff -r 8ddeaa7389a6 -r e9d77e9f9eae PhilipsLight.h
--- a/PhilipsLight.h	Wed Mar 12 20:07:50 2014 +0000
+++ b/PhilipsLight.h	Wed Mar 12 23:47:30 2014 +0000
@@ -39,10 +39,12 @@
        
        void on();
        void off();
+       void blink();
        void dim(int dim);
        void update();
        
     private:
+        void          doblink();
         ErrorHandler *logger();
 };