Output an accelerated, finite pulse train on the specified pin using a PIO state machine.
from cubloc import StepAccel StepAccel( pin: int, freqBase: int, freqTop: int, freqAccel: int, qty: int)
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