This commit is contained in:
TraYali 2024-03-29 21:40:50 +01:00
parent 8eb18c12d2
commit fd6476cd6e
10 changed files with 258 additions and 4 deletions

View file

@ -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: