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:
169:5ba15f5f7f87
Parent:
167:2529c18d0eb1
Child:
170:9e72f2d0f2b2
--- a/APMDemoLight.h	Thu Jul 17 17:08:54 2014 +0000
+++ b/APMDemoLight.h	Thu Jul 17 19:50:57 2014 +0000
@@ -23,6 +23,7 @@
 #include "Definitions.h"
 #include "BaseClass.h"
 
+#ifdef APM_LIGHT_PERSONALITY
 class APMDemoLight : BaseClass {
     private:
         volatile float m_dim;
@@ -45,5 +46,5 @@
     protected:
        virtual void update();
 };
-
+#endif
 #endif // _APM_DEMO_LIGHT_H_
\ No newline at end of file