:c
This commit is contained in:
parent
8eb18c12d2
commit
fd6476cd6e
10 changed files with 258 additions and 4 deletions
|
|
@ -7,11 +7,14 @@
|
|||
|
||||
#include "modbus.h"
|
||||
#include "port.h"
|
||||
#include "sunspec.h"
|
||||
|
||||
class Microinverter {
|
||||
private:
|
||||
std::shared_ptr<class modbus> modbus;
|
||||
|
||||
Sunspec sunspec;
|
||||
|
||||
int startAddress;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue