Added protocol Yidong

This commit is contained in:
Micke Prag 2010-11-09 10:54:32 +00:00
parent ba56976c9f
commit fce9214a71
4 changed files with 120 additions and 73 deletions

View file

@ -0,0 +1,12 @@
#ifndef PROTOCOLYIDONG_H
#define PROTOCOLYIDONG_H
#include "ProtocolSartano.h"
class ProtocolYidong : public ProtocolSartano
{
public:
virtual std::string getStringForMethod(int method, unsigned char data, Controller *controller);
};
#endif //PROTOCOLYIDONG_H