add enabler, wider buses, and pixel brick
This commit is contained in:
4
bricks/outputs/pixel3-update.lua
Normal file
4
bricks/outputs/pixel3-update.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
return function(gate)
|
||||
gate:cb(gate.ports[1].state and 1 or 0)
|
||||
end
|
||||
Reference in New Issue
Block a user