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

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