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:
114:bd38ad417d6a
--- a/MBEDLight.cpp	Wed Sep 24 19:12:35 2014 +0000
+++ b/MBEDLight.cpp	Fri Sep 26 05:16:07 2014 +0000
@@ -23,7 +23,7 @@
 
    
  // default constructor
- MBEDLight::MBEDLight(ErrorHandler *error_handler,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint) : Light(error_handler,transports,instance,endpoint) {
+ MBEDLight::MBEDLight(Logger *logger,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint) : Light(logger,transports,instance,endpoint) {
      // initialize the default light state
      this->initLight();
  }