« Back to State machine state Low

State machine transition LowToOffset

Low
Hemos acabado el conteo de Low, hemos de saltar a offset
1

Actions

  • PWMGen
    Resetea los contadores a sus valor iniciales.
    Code
    PWMGen_countOffset=PWMGen_offset;
    PWMGen_countHigh=PWMGen_timHigh;
    PWMGen_countLow=PWMGen_timLow;