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:
180:eb43d5cd0ed7
diff -r c83c1c5010ed -r 54b758a8eaaa Light.cpp
--- a/Light.cpp	Wed Sep 24 19:12:35 2014 +0000
+++ b/Light.cpp	Fri Sep 26 05:16:07 2014 +0000
@@ -35,7 +35,7 @@
  }
  
  // default constructor
- Light::Light(ErrorHandler *error_handler,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint) : Personality(error_handler,transports,instance,endpoint,LIGHT_TYPE_STRING) {
+ Light::Light(Logger *logger,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint) : Personality(logger,transports,instance,endpoint,LIGHT_TYPE_STRING) {
      this->m_forward = true;
       
      // setup the blinking thread