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:
103:4b97555bbdfa
Parent:
52:f0b4710c43f9
Child:
128:fde8d042a9af
--- a/MBEDTemperature.cpp	Sat Mar 15 05:29:21 2014 +0000
+++ b/MBEDTemperature.cpp	Sat Mar 15 05:57:21 2014 +0000
@@ -34,5 +34,5 @@
 
  // update our value
  void MBEDTemperature::update() {
-     if (this->m_resource != NULL && this->m_resource->getValuePointer() != NULL) sprintf(this->m_resource->getValuePointer(),"%.1fC",temp_sensor.read());
+     if (this->m_resource != NULL && this->m_resource->getValuePointer() != NULL) sprintf(this->m_resource->getValuePointer(),"%.1f",temp_sensor.read());
  }