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:
103:4b97555bbdfa
Child:
135:7f3f963cd159
--- a/MBEDVoltage.cpp	Wed Mar 26 19:59:40 2014 +0000
+++ b/MBEDVoltage.cpp	Wed Mar 26 20:17:01 2014 +0000
@@ -21,7 +21,7 @@
  #include "MBEDVoltage.h"
  
  // Voltage Simulator 
- AnalogIn voltage_pot(p19);
+ AnalogIn voltage_pot(VOLTAGE_POT_PIN);
  
  // default constructor
  MBEDVoltage::MBEDVoltage(ErrorHandler *error_handler,Resource *resource) : MBEDio(error_handler,resource) {