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:
92:330746c526b7
Parent:
91:8732d54328ae
Child:
192:54b758a8eaaa
--- a/MBEDLight.h	Thu Mar 13 17:25:18 2014 +0000
+++ b/MBEDLight.h	Thu Mar 13 17:36:08 2014 +0000
@@ -27,6 +27,8 @@
         MBEDLight(ErrorHandler *error_handler,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint);
         virtual ~MBEDLight();
         
+        void initLight();
+        
         virtual void on();
         virtual void off();
         virtual void dim(int value);