Base class for the ublox-xxx-cellular-xxx classes. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the ublox-xxx-cellular-xxx classes, you will need this class also.

Dependents:   example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more

Revision:
35:24f29bf0d810
Parent:
34:d239824bfb8f
Parent:
33:8e1e79259b3f
Child:
36:2f8ef6ac16dc
--- a/UbloxCellularBase.h	Wed Oct 09 15:13:04 2019 +0500
+++ b/UbloxCellularBase.h	Tue Nov 05 05:52:00 2019 +0000
@@ -18,7 +18,7 @@
 
 #include "mbed.h"
 #include "mbed_toolchain.h" // for MBED_DEPRECATED
-#include "ubloxATCmdParser.h"
+#include "UbloxATCmdParser.h"
 #include "FileHandle.h"
 
 #ifdef TARGET_UBLOX_C030_R410M