:c
This commit is contained in:
parent
8eb18c12d2
commit
fd6476cd6e
10 changed files with 258 additions and 4 deletions
15
inc/hoymiles/sunspecParameters/sunspecParameters.h
Normal file
15
inc/hoymiles/sunspecParameters/sunspecParameters.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef SUNSPEC_PARAMETERS_H
|
||||
#define SUNSPEC_PARAMETERS_H
|
||||
|
||||
#include "sunspecParametersGeneric.h"
|
||||
|
||||
class SunspecParameterManufacturer : public SunspecParameterString32 {
|
||||
protected:
|
||||
|
||||
public:
|
||||
SunspecParameterManufacturer();
|
||||
|
||||
void setValueFromRegisters(uint16_t *registers, int addressOffset);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue