#8 bugfixes, redstone RTU session

This commit is contained in:
Mikayla Fischler
2022-05-14 20:27:06 -04:00
parent bc6453de2b
commit 94931ef5a2
6 changed files with 246 additions and 45 deletions

View File

@@ -11,7 +11,8 @@ local rsio = {}
---@alias IO_LVL integer
local IO_LVL = {
LOW = 0,
HIGH = 1
HIGH = 1,
DISCONNECT = 2 -- use for RTU session to indicate this RTU is not connected to this channel
}
---@alias IO_DIR integer