Custom "Installer Assistant" software. Modified Single Sweep Mode. Goes right into single sweep mode upon power-up and displays signal strength. Works with mbed-os 5.1.2 and mdot lib 5.1.5

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-dev-mbed5-deprecated

Fork of MTDOT-BOX-EVB-Factory-Firmware by MultiTech

CommandTerminal/CmdSendContinuous.h

Committer:
ScottHoppeMultitech
Date:
2017-12-28
Revision:
12:671b15182260
Parent:
7:a31236c2e75c

File content as of revision 12:671b15182260:


#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__