Average Rating
Click here to add your own comments
X Close Editor
Submitted by: circuited
Title
Comment If you want to see the change of the output put some delay inside the loop: while(1){ PORTC = PORTC + 1; Delay_ms(200); }
Cancel Delete Delete & Ban
Updating Comments page...
Submitted by: Anonymous
Comment You must put a delay_ms(1000); after and before PORTC=PORTC+1;
Join in and write your own page! It's easy to do. How? Simply click here to return to Ask for a Solution to your microcontroller problem
Return to 16F690 MIKRO C - Code loop Problem