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:
97:d631edbc157b
Parent:
96:686ec39400dc
Child:
135:7f3f963cd159
--- a/PhilipsLight.h	Fri Mar 14 20:20:32 2014 +0000
+++ b/PhilipsLight.h	Fri Mar 14 21:25:46 2014 +0000
@@ -43,7 +43,6 @@
        void update();
        
     private:
-       void          initHttpTransport(void *transport);
        ErrorHandler *logger();
 };