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:
168:1dc1f4e6a6cd
Child:
170:9e72f2d0f2b2
--- a/APMDemoLight.cpp	Thu Jul 17 17:08:54 2014 +0000
+++ b/APMDemoLight.cpp	Thu Jul 17 19:50:57 2014 +0000
@@ -19,6 +19,7 @@
  #include "APMDemoLight.h"
  
  // Configuration settings for the APM Demo Light...
+ #ifdef APM_LIGHT_PERSONALITY
  
  PwmOut apm_light_led(LED1);          // led 1 indicates dim value
  DigitalOut apm_light_led2(LED2);     // led 2 indicates delay time for interrupts
@@ -114,4 +115,6 @@
             }
         }
     }
- }
\ No newline at end of file
+ }
+ 
+ #endif
\ No newline at end of file