This is an old revision of the document!
Write a digital output value to a pin.
value
pin
from cubloc import Out Out(pin: int, value: int)
Output
from cubloc import Out # Example usage Out(0, 1)