redstone.setAnalogOutput
From ComputerCraft Wiki
Function redstone.setAnalogOutput | |
Sets the strength of redstone output to strength on side. strength must be an integer between 0 and 15, 0 being off, and 15 being the strongest. | |
Syntax | redstone.setAnalogOutput(string side, number strength) |
Returns | nil |
Part of | ComputerCraft |
API | redstone |
Examples
Additional Notes
- This function will throw an error if you give it an invalid side.
- List of possible sides: left, right, front, back, bottom, top