Posted 14 March 2015 - 01:58 AM
I can't figure out how to get my mining turtle to pulse redstone. I've tried redstone.setOutput(left, true) and redstone.setAnalogOutput(left, 10) in the lua interperater, but both of them gave me syntax errors. I'm am trying to get my mining turtle to pulse a redstone signal of at least 5 to the left for 2 ticks. Does anyone know how to do this?