Skip to content

Commit

Permalink
Corrected incorrect descriptions (#4348)
Browse files Browse the repository at this point in the history
  • Loading branch information
XMaarten authored Oct 18, 2024
1 parent 5d55126 commit 9782a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/number/modbus_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Configuration variables:
- ``U_DWORD_R`` (unsigned 32 bit integer from 2 registers low word first)
- ``S_DWORD_R`` (signed 32 bit integer from 2 registers low word first)
- ``U_QWORD`` (unsigned 64 bit integer from 4 registers = 64bit)
- ``S_QWORD`` (unsigned 64 bit integer from 4 registers = 64bit)
- ``S_QWORD`` (signed 64 bit integer from 4 registers = 64bit)
- ``U_QWORD_R`` (unsigned 64 bit integer from 4 registers low word first)
- ``U_QWORD_R`` signed 64 bit integer from 4 registers low word first)
- ``S_QWORD_R`` (signed 64 bit integer from 4 registers low word first)
- ``FP32`` (32 bit IEEE 754 floating point from 2 registers)
- ``FP32_R`` (32 bit IEEE 754 floating point - same as FP32 but low word first)

Expand Down

0 comments on commit 9782a52

Please sign in to comment.