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:
106:e2be56eadda8
Parent:
56:604a75f111fd
Child:
125:979332edc1c2
--- a/MBEDio.h	Sun Mar 16 04:35:20 2014 +0000
+++ b/MBEDio.h	Sun Mar 16 05:59:35 2014 +0000
@@ -37,7 +37,7 @@
         float floatValue();
         int   intValue();
         char *stringValue();
-        
+         
         virtual void update() = 0;
         
         Resource *resource();