fix
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#ifndef METERBUSCLIENT_H_
|
||||
#define METERBUSCLIENT_H_
|
||||
|
||||
|
||||
#include "uptime.h"
|
||||
|
||||
|
||||
|
||||
@ -52,9 +52,11 @@ struct MeterBusFrame {
|
||||
class MeterBusClient {
|
||||
public:
|
||||
MeterBusClient();
|
||||
void begin();
|
||||
void begin(Uptime *uptime);
|
||||
void exec();
|
||||
private:
|
||||
Uptime *m_uptime;
|
||||
|
||||
unsigned char m_address;
|
||||
void setAddress(unsigned char address);
|
||||
unsigned char getAddress();
|
||||
|
Reference in New Issue
Block a user