uldara1 / Modbus

This library using for generate and communication with Modbus RTU protocol
Other
2 stars 1 forks source link

Does not implement write functions #4

Open MarcusGarfunkel opened 1 year ago

MarcusGarfunkel commented 1 year ago

The following declarations in the .h file are not implemented in the .cpp file:

int coilWrite(int address, uint8_t value);
int coilWrite(int id, int address, uint8_t value);
int holdingRegisterWrite(int address, uint16_t value);
int holdingRegisterWrite(int id, int address, uint16_t value);