WDTCTL = WDTPW + WDTHOLD;
P1DIR|=BIT0;
P4DIR|=BIT7;
P1OUT=0;
P4OUT=0;
delay_nms(50000);
P4OUT=1;
P1OUT=1;
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
WDTCTL = WDTPW + WDTHOLD;
P1DIR|=BIT0;
P4DIR|=BIT7;
P1OUT=0;
P4OUT=0;
delay_nms(50000);
P4OUT=1;
P1OUT=1;