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:
128:fde8d042a9af
Parent:
60:76728655fa12
Child:
135:7f3f963cd159
--- a/MBEDBattery.cpp	Wed Mar 26 19:59:40 2014 +0000
+++ b/MBEDBattery.cpp	Wed Mar 26 20:17:01 2014 +0000
@@ -21,7 +21,7 @@
  #include "MBEDBattery.h"
  
  // Battery Simulator
- AnalogIn battery_pot(p20);
+ AnalogIn battery_pot(BATTERY_POT_PIN);
  
  // default constructor
  MBEDBattery::MBEDBattery(ErrorHandler *error_handler,Resource *resource) : MBEDio(error_handler,resource) {