Skip to content

[CountedPWM] Avoiding to reset the pulse counter when issuing a new command

Emilio Corigliano requested to merge counted-pwm-upd into main

When two commands to the countedPWM module are issued very close to each other, the real output was flat. So, to resolve this issue, the pulse timer doesn't start from 0 but continues to generate pulses.

Merge request reports

Loading