Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Feb 28, 2023
1 parent 98477e9 commit 7e4b773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ use rmodbus::server::context::ModbusContextSmall;

## Custom-sized context

Starting from the version 0.7, it is allowed to define context of any size,
using generic constants. The generic constants order is: coils, discretes,
inputs, holdings.
Starting from the version 0.7 it is allowed to define context of any size using
generic constants. The generic constants order is: coils, discretes, inputs,
holdings.

E.g. let us define a context for 128 coils, 16 discretes, 0 inputs and 100
holdings:
Expand Down

0 comments on commit 7e4b773

Please sign in to comment.