Output a finite pulse train on the specified pin using a PIO state machine.
pin
from cubloc import StepPulse StepPulse(pin: int, freq: int, qty: int)
channel
freq
qty
from cubloc import StepPulse StepPulse(15, 2000, 5000) while True: pass