mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
16:383ad1356963
Parent:
5:a929d65eb385
--- a/api/Logger.cpp	Thu Feb 05 14:49:04 2015 +0000
+++ b/api/Logger.cpp	Fri Feb 06 04:07:51 2015 +0000
@@ -23,9 +23,9 @@
 #include "Logger.h"
 
 // Constructor
-Logger::Logger(const BufferedSerial *pc)
+Logger::Logger(const RawSerial *pc)
 {
-    this->m_pc = (BufferedSerial *)pc;
+    this->m_pc = (RawSerial *)pc;
 }
 
 // Copy Constructor