We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c933889 commit 88f826aCopy full SHA for 88f826a
documentation/API.md
@@ -14,7 +14,7 @@ Processing routine. Should be periodically called form loop().
14
bool addHreg(uint16_t offset, uint16_t value = 0, uint16_t numregs = 1);
15
bool addCoil(uint16_t offset, bool value = false, uint16_t numregs = 1);
16
bool addIsts(uint16_t offset, bool value = false, uint16_t numregs = 1);
17
-bool addIreg(uint16_t offset, uint16_t value = 0, uint16_t nemregs = 1);
+bool addIreg(uint16_t offset, uint16_t value = 0, uint16_t numregs = 1);
18
```
19
20
### Write local reg
0 commit comments