while true do redstone.setOutput("left", not redstone.getOutput("left")) sleep(0.5) end