« Back to State machine state Low

State machine transition LowDecr

Low
Seguimos decrementando el contador de Low, pues seguimos en el estado bajo del PWM
(Not Available)
Low
(Not Available)

Actions

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