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:
170:9e72f2d0f2b2
Parent:
169:5ba15f5f7f87
Child:
192:54b758a8eaaa
diff -r 5ba15f5f7f87 -r 9e72f2d0f2b2 APMDemoLight.h
--- a/APMDemoLight.h	Thu Jul 17 19:50:57 2014 +0000
+++ b/APMDemoLight.h	Fri Jul 18 21:05:07 2014 +0000
@@ -30,7 +30,6 @@
         bool           m_dimming;
         
     protected:
-        PwmOut        *m_led;
         int            m_state;
         
     public: