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:
192:54b758a8eaaa
Parent:
21:cfdaee0a2b50
--- a/LightDimmerAction.h	Wed Sep 24 19:12:35 2014 +0000
+++ b/LightDimmerAction.h	Fri Sep 26 05:16:07 2014 +0000
@@ -33,7 +33,7 @@
         Light *m_light;
        
     public:
-        LightDimmerAction(ErrorHandler *error_handler,Light *light);
+        LightDimmerAction(Logger *logger,Light *light);
         virtual ~LightDimmerAction();
                 
         void dim();