State machine action PWMGen_decrLow

PWMGen
Decrementamos el contador de Low
decrLow
if (PWMGen_countLow>0) {
PWMGen_countLow--;
}