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( pin: int, freqBase: int, freqTop: int, freqAccel: int, qty: int)
Output GPIO pin number.freqBase < freqTop.channel or a numeric argument is outside the supported range.from cubloc import StepAccel StepAccel(15, 1000, 5000, 2000, 50000) while True: pass