initial commit
This commit is contained in:
7
bricks/outputs/text2-init.lua
Normal file
7
bricks/outputs/text2-init.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
return function(gate)
|
||||
gate.lastTickChanged = 0
|
||||
gate.listenState = "wait"
|
||||
gate.bitsReceived = 0
|
||||
gate.valReceived = 0
|
||||
end
|
||||
Reference in New Issue
Block a user