« Back to State machine state Init

State machine transition InitToHigh

Init
Se ha especificado un PWM pero el offset es 0, comenzaremos el bucle en High.
(Not Available)

Actions

  • PWMGen
    Sacamos un valor alto por el puerto de salida
    Code
    PWMGen_output=TRUE;
  • PWMGen
    Resetea los contadores a sus valor iniciales.
    Code
    PWMGen_countOffset=PWMGen_offset;
    PWMGen_countHigh=PWMGen_timHigh;
    PWMGen_countLow=PWMGen_timLow;