Multitech xDot AT Firmware

Dependencies:   MTS-Serial libxDot-mbed5

CommandTerminal/CmdDisplayStats.h

Committer:
jreiss
Date:
2019-01-16
Revision:
18:72b6b49d363d
Parent:
14:f9a77400b622

File content as of revision 18:72b6b49d363d:

#ifndef __CMDDISPLAYSTATS_H__
#define __CMDDISPLAYSTATS_H__

#include "Command.h"

class CmdDisplayStats : public Command {

public:

    CmdDisplayStats();
    static uint32_t action(std::vector<std::string> args);

private:

};

#endif // __CMDDISPLAYSTATS_H__