Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ModbusClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ModbusClient {
* to send request on the wire.
*
* @param id (slave) id of target, defaults to 0x00 if not specified
* @param type type of write to perform, either COILS or HOLD_REGISTERS
* @param type type of write to perform, either COILS or HOLDING_REGISTERS
* @param address start address to use for operation
* @param nb number of values to write
*
Expand Down Expand Up @@ -162,7 +162,7 @@ class ModbusClient {
*
* @param id (slave) id of target, defaults to 0x00 if not specified
* @param type type of read to perform, either COILS, DISCRETE_INPUTS,
* HOLD_REGISTERS, or INPUT_REGISTERS
* HOLDING_REGISTERS, or INPUT_REGISTERS
* @param address start address to use for operation
* @param nb number of values to read
*
Expand Down