Brick_LuaLogic/bricks/outputs/text2-init.lua
2020-05-19 02:22:30 -05:00

8 lines
132 B
Lua

return function(gate)
gate.lastTickChanged = 0
gate.listenState = "wait"
gate.bitsReceived = 0
gate.valReceived = 0
end