Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input = rs.getBundledInput("back")
- monitor = peripheral.warp("top")
- if input < 11264 then
- printinput = input / 1024
- monitor.print("Il y a "..printinput.." signaux entrants")
- term.clear()
- rs.setOutput("bottom", true)
- else
- rs.setOutput("bottom", false)
- end
- sleep(1)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment