8 lines
132 B
Lua
8 lines
132 B
Lua
|
|
return function(gate)
|
|
gate.lastTickChanged = 0
|
|
gate.listenState = "wait"
|
|
gate.bitsReceived = 0
|
|
gate.valReceived = 0
|
|
end
|