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:
68:e6431dfe2f30
Parent:
26:791d22d43cb4
Child:
69:90fb53584459
--- a/main.cpp	Mon Mar 03 19:27:54 2014 +0000
+++ b/main.cpp	Mon Mar 03 21:57:58 2014 +0000
@@ -25,8 +25,8 @@
  EthernetInterface ethernet;
  
  // Serial Console Support
- #include "MODSERIAL.h"
- MODSERIAL pc(USBTX, USBRX);
+ #include "Serial.h"
+ Serial pc(USBTX, USBRX);
  
  // LCD Support
  #include "C12832_lcd.h"