MTDOT-BOX-EVB-Factory-Firmware
Dependencies: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
CommandTerminal/CmdSendContinuous.h
- Committer:
- Mike Fiore
- Date:
- 2016-11-04
- Revision:
- 7:a31236c2e75c
File content as of revision 7:a31236c2e75c:
#ifndef __CMDSENDCONTINUOUS_H__ #define __CMDSENDCONTINUOUS_H__ #include "Command.h" class CmdSendContinuous : public Command { public: CmdSendContinuous(mDot* dot); uint32_t action(std::vector<std::string> args); private: }; #endif // __CMDSENDCONTINUOUS_H__