This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Zamithal's profile picture

Can turtles give a redstone output?

Started by Zamithal, 25 December 2012 - 07:47 PM
Zamithal #1
Posted 25 December 2012 - 08:47 PM
Simple question, can turtles send out a redstone signal? Or will I need to set something up with rednet?
huettner94 #2
Posted 25 December 2012 - 10:32 PM
Yes they can.
More information here: http://www.computercraft.info/wiki/Redstone_(API)
Sammich Lord #3
Posted 25 December 2012 - 11:01 PM
Both turtle and computers can give a redstone output. However, make sure the turtle is facing the correct direction when using "redstone.setOut(side, trueOrFalse)".
InputUsername #4
Posted 25 December 2012 - 11:59 PM
Both turtle and computers can give a redstone output. However, make sure the turtle is facing the correct direction when using "redstone.setOut(side, trueOrFalse)".

Don't you mean "redstone.setOutput(side,trueOrFalse)" ? Or is it a different function for turtles?
Sammich Lord #5
Posted 26 December 2012 - 12:09 AM
Both turtle and computers can give a redstone output. However, make sure the turtle is facing the correct direction when using "redstone.setOut(side, trueOrFalse)".

Don't you mean "redstone.setOutput(side,trueOrFalse)" ? Or is it a different function for turtles?
Yeah, I stayed up all day. Thanks for correcting me!
Sammich Lord #6
Posted 26 December 2012 - 12:12 AM
So let me get this straight, you suggest being able to write a full fledged operating system in Assembly for CC then you ask where you can learn Assembly? God… I am loosing even more faith in humanity.
As for the suggestion: As the great Cloudy has said many times… "No.".