From bb15185ce3d3ebafe9de4f14ff98d5c2806853c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E8=89=B2=E5=8F=8C=E8=91=89IsshikiFutaba?= Date: Mon, 27 Jun 2022 16:15:51 +0800 Subject: [PATCH] Fix typo --- documentation/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/API.md b/documentation/API.md index 30ecb5b..948d23a 100644 --- a/documentation/API.md +++ b/documentation/API.md @@ -14,7 +14,7 @@ Processing routine. Should be periodically called form loop(). bool addHreg(uint16_t offset, uint16_t value = 0, uint16_t numregs = 1); bool addCoil(uint16_t offset, bool value = false, uint16_t numregs = 1); bool addIsts(uint16_t offset, bool value = false, uint16_t numregs = 1); -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); ``` ### Write local reg