Question: In the program given below for blinking of LED #include unsigned int i; void main() { PINSEL2=0X00000000; 101DIR = 0X000F0000; while(1) { 101SET =

In the program given below for blinking of LED #include unsigned int i; void main() { PINSEL2=0X00000000; 101DIR = 0X000F0000; while(1) { 101SET = OX000F0000; for(i=0;i
Step by Step Solution
3.49 Rating (152 Votes )
There are 3 Steps involved in it
Ans We have been given a program to blink LED here port 1 is selected as output in while loop we ... View full answer
Get step-by-step solutions from verified subject matter experts
