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