Bläddra i källkod

Add Martijn de Gouw name to documentation

Stéphane Raimbault 12 år sedan
förälder
incheckning
bfee617e03
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      doc/modbus_mask_write_register.txt

+ 4 - 2
doc/modbus_mask_write_register.txt

@@ -14,9 +14,10 @@ SYNOPSIS
 
 
 DESCRIPTION
 DESCRIPTION
 -----------
 -----------
-The _modbus_mask_write_register()_ function shall modify the value of the 
+The _modbus_mask_write_register()_ function shall modify the value of the
 holding register at the address 'addr' of the remote device using the algorithm:
 holding register at the address 'addr' of the remote device using the algorithm:
-new value = (current value AND 'and') OR ('or' AND (NOT 'and'))
+
+  new value = (current value AND 'and') OR ('or' AND (NOT 'and'))
 
 
 The function uses the Modbus function code 0x16 (mask single register).
 The function uses the Modbus function code 0x16 (mask single register).
 
 
@@ -35,5 +36,6 @@ linkmb:modbus_write_registers[3]
 
 
 AUTHORS
 AUTHORS
 -------
 -------
+Martijn de Gouw <martijn.de.gouw@prodrive.nl>
 The libmodbus documentation was written by Stéphane Raimbault
 The libmodbus documentation was written by Stéphane Raimbault
 <stephane.raimbault@gmail.com>
 <stephane.raimbault@gmail.com>