From 692b74778f6b95cf0c668dfdb85f39035e113baa Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 14 Sep 2016 11:02:19 -0500 Subject: Add AT+TXF and AT+SENDC debug commands --- CommandTerminal/CmdSendContinuous.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CommandTerminal/CmdSendContinuous.h (limited to 'CommandTerminal/CmdSendContinuous.h') diff --git a/CommandTerminal/CmdSendContinuous.h b/CommandTerminal/CmdSendContinuous.h new file mode 100644 index 0000000..403ab54 --- /dev/null +++ b/CommandTerminal/CmdSendContinuous.h @@ -0,0 +1,18 @@ + +#ifndef __CMDSENDCONTINUOUS_H__ +#define __CMDSENDCONTINUOUS_H__ + +#include "Command.h" + +class CmdSendContinuous : public Command { + +public: + + CmdSendContinuous(mDot* dot); + uint32_t action(std::vector args); + +private: + +}; + +#endif // __CMDSENDCONTINUOUS_H__ -- cgit v1.2.3