// TODO 4.01
    TC4_TimerStart();


// TODO 4.02
        if ( TC4_TimerPeriodHasExpired() )
        {
            LED2_Toggle();
        }
