This is an old revision of the document!
Toggle the output state of the specified pin.
from cubloc import Reverse Reverse(pin: int)
Pin number (0 to 255).pin is not an integer.pin is outside the range 0 to 255.from cubloc import Reverse # Example usage Reverse(0)