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:
137:adc39c42b169
Parent:
131:c1ecc5fcf3c6
Child:
138:19502bc20369
--- a/main.cpp	Sun Mar 30 01:50:19 2014 +0000
+++ b/main.cpp	Mon Mar 31 05:45:51 2014 +0000
@@ -23,7 +23,7 @@
  
  // Ethernet Interface
  EthernetInterface ethernet;
- 
+  
  // Mutex for the network as RTOS doesnt play well with threads...
  Mutex *network_mutex = NULL;