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:
142:b7a75144b0f1
--- a/PhilipsLight.cpp	Wed Sep 24 19:12:35 2014 +0000
+++ b/PhilipsLight.cpp	Fri Sep 26 05:16:07 2014 +0000
@@ -20,7 +20,7 @@
  #include "HTTPTransport.h"
   
  // default constructor
- PhilipsLight::PhilipsLight(int id,void *transport,ErrorHandler *error_handler) : BaseClass(error_handler,NULL) {
+ PhilipsLight::PhilipsLight(int id,void *transport,Logger *logger) : BaseClass(logger,NULL) {
      this->m_id = id;
      sscanf(PL_DEFAULT_STATE,"%d",&this->m_state);
      this->m_dim = PL_DEFAULT_DIM;