« Back to State machine state Init

State machine transition initToOff

Init
Al inicio, las luces están apagadas.
(Not Available)
Off
(Not Available)

Actions

  • CULowBeam
    Se desactivan las luces de cruce.
    Code
    OUT_LOWBEAM_LAMP_L = FALSE;
    OUT_LOWBEAM_LAMP_R = FALSE;
    canLowBeam=CAN_LOW_BEAM_OFF;