Skip to content

Commit

Permalink
Update modbus.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Avenitos authored May 26, 2024
1 parent 59912b5 commit ef22f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modbus.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ print(ret)

### mb.readReg()

Получает значение регистра чтением его немедленно.
Ставит регистр на немедленное чтение, результат можно получить чуть позже через mb.valueReg()

```lua
ret = mb.readReg(devName, regName)
Expand Down

0 comments on commit ef22f71

Please sign in to comment.