support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Revision:
139:7ba694cb0f9d
Parent:
137:6a7a5c4f35f6
--- a/MDM.h	Thu Feb 25 13:22:34 2016 +0000
+++ b/MDM.h	Mon Oct 03 12:14:48 2016 +0000
@@ -6,6 +6,8 @@
 #include "Pipe.h"
 #include "SerialPipe.h"
 
+
+
 #ifdef TARGET_UBLOX_C027 
  // you can change this is you like to use a shield even on the C027
  #define MDM_IF(onboard,shield) onboard
@@ -760,8 +762,9 @@
 #ifdef TARGET_UBLOX_C027
     bool _onboard;
 #endif
+    
 #ifdef MDM_DEBUG
-    int _debugLevel;
+   
     Timer _debugTime;
     void _debugPrint(int level, const char* color, const char* format, ...);
 #endif