mDot AT-Firmware for testing
Dependencies: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
CommandTerminal/CmdChannelMask.h
- Committer:
- Mike Fiore
- Date:
- 2016-11-04
- Revision:
- 14:f9a77400b622
File content as of revision 14:f9a77400b622:
#ifndef __CMDCHANNELMASK_H__ #define __CMDCHANNELMASK_H__ #include "Command.h" class CommandTerminal; class CmdChannelMask : public Command { public: CmdChannelMask(); static uint32_t action(std::vector<std::string> args); static bool verify(std::vector<std::string> args); private: }; #endif // __CMDCHANNELMASK_H__