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:
129:6209164ec6cd
Parent:
128:fde8d042a9af
Child:
135:7f3f963cd159
--- a/MBEDTemperature.cpp	Wed Mar 26 20:17:01 2014 +0000
+++ b/MBEDTemperature.cpp	Wed Mar 26 20:29:09 2014 +0000
@@ -18,6 +18,9 @@
  
  #include "mbed.h"
  
+ // Definitions
+ #include "Definitions.h"
+ 
  // MBED temperature sensor
  #include "LM75B.h"
  LM75B temp_sensor(TEMP_SENSOR_PIN1,TEMP_SENSOR_PIN2);