Question: Using Timero the following code will blink a LED connected to portc.fo each? Assume 4Mhz crystal. void main() { int x=0; trisc=0; option_reg=0b00000111; tmro=0; select

Using Timero the following code will blink a LED connected to portc.fo each? Assume 4Mhz crystal. void main() { int x=0; trisc=0; option_reg=0b00000111; tmro=0; select one while(1) {if(intcon.f2==1) A. 1.5 second {x++; B. 2 seconds Intcon.f2=0; C. 1 second If(x==45) D. 3 seconds {portc=~portc; x=0;} }}} Select one
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
