mbc seems to work partly now, finally

This commit is contained in:
hg
2014-03-08 20:57:17 +01:00
parent b333be0cd9
commit 854d2f202a
7 changed files with 107 additions and 82 deletions

View File

@ -9,7 +9,6 @@
#define METERBUSCLIENT_H_
#if 0
#include "cmd.h"
#include "Config.h"
@ -71,6 +70,7 @@ public:
void exec();
friend class MeterBusClientConfig;
private:
MeterBusClientConfig m_meterBusClientConfig;
unsigned char m_address;
void setAddress(unsigned char address);
unsigned char getAddress();
@ -78,7 +78,6 @@ private:
MeterBusFrame m_frame;
};
#endif
#endif /* METERBUSCLIENT_H_ */