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:
9:90fadae5489a
Child:
90:0fed8d3e0b81
--- a/MBEDLight.h	Wed Mar 12 20:07:50 2014 +0000
+++ b/MBEDLight.h	Wed Mar 12 23:47:30 2014 +0000
@@ -29,6 +29,7 @@
         
         virtual void on();
         virtual void off();
+        virtual void blink();
         virtual void dim(int value);
 };