Skip to content

Commit bfdba1a

Browse files
remove overlapping register positions in example JSON file, found during #35
1 parent 6c5820f commit bfdba1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registers/example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"unit": ""
3434
},
3535
"ANOTHER_EXAMPLE_COIL": {
36-
"register": 126,
36+
"register": 127,
3737
"len": 3,
3838
"val": [0, 1, 0],
3939
"description": "Example COILS registers with length of 3, Coils (setter+getter) [0, 1]",
@@ -97,7 +97,7 @@
9797
"unit": ""
9898
},
9999
"ANOTHER_EXAMPLE_ISTS": {
100-
"register": 69,
100+
"register": 70,
101101
"len": 3,
102102
"val": [0, 1, 0],
103103
"description": "Example ISTS registers with length of 3, Ists (only getter) [0, 1]",

0 commit comments

Comments
 (0)