7 modbus_set_float - set a float value from 2 registers
12 *void modbus_set_float(float 'f', uint16_t *'dest');*
17 The *modbus_set_float()* function shall set a float to 4 bytes in Modbus format
18 (ABCD). The _dest_ array must be pointer on two 16 bits values to be able to
19 store the full result of the conversion.
24 There is no return values.
29 linkmb:modbus_set_float[3]
30 linkmb:modbus_set_float_dcba[3]
31 linkmb:modbus_get_float_dcba[3]
35 The libmodbus documentation was written by Stéphane Raimbault
36 <stephane.raimbault@gmail.com>