This is an old revision of the document!
Output an accelerated pulse train on step channel 0 using a PIO state machine.
from cubloc import StepAccel StepAccel(channel: int, pin: int, freqBase: int, freqTop: int, freqAccel: int, qty: int)
StepPulse channel number. StepAccel supports only channel 0.Output GPIO pin number.freqBase < freqTop.channel or a numeric argument is outside the supported range.from cubloc import StepAccel # Example usage StepAccel(0, 0, 1, 1, 1, 1)