This is an old revision of the document!
Output a square-wave frequency on the specified PWM channel.
from cubloc import FreqOut FreqOut(channel: int, freqValue: int)
channel number. This hardware supports channels 0 through 9.from cubloc import FreqOut # Example usage FreqOut(0, 1)