AT terminal for the mDot using the USB debug port instead of the serial port.

Dependencies:   MTS-Serial libmDot-mbed5

Fork of Dot-AT-Firmware by MultiTech

Revision:
14:f9a77400b622
Parent:
1:e52ae6584f1c
--- a/CommandTerminal/CmdDummy.h	Fri Nov 04 19:10:24 2016 +0000
+++ b/CommandTerminal/CmdDummy.h	Fri Nov 04 14:25:43 2016 -0500
@@ -7,8 +7,9 @@
 
 public:
 
-    CmdDummy(mDot* dot, const char* name, const char* text, const char* desc);
-    virtual uint32_t action(std::vector<std::string> args);
+    CmdDummy(const char* name, const char* text, const char* desc, const char* usage);
+    static uint32_t action(std::vector<std::string> args);
+    static bool verify(std::vector<std::string> args);
 
 private:
 };