firm newest

Dependencies:   MTS-Serial libmDot-dev-mbed5-deprecated

CommandTerminal/CmdIdentification.h

Committer:
nguyenhoang9x5555
Date:
2018-10-18
Revision:
0:3c869a8cb8f8

File content as of revision 0:3c869a8cb8f8:

#ifndef __CMDIDENTIFICATION_H__
#define __CMDIDENTIFICATION_H__

#include "Command.h"

class CmdIdentification : public Command {

public:

    CmdIdentification();   
    static uint32_t action(std::vector<std::string> args);
    
private:
    
};

#endif // __CMDIDENTIFICATION_H__