Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
Jumping Out of a Loop<^< Set up the Equipment | Course Index | 7-Segment Displays >^> During the section on the LCD display you developed the following program: ![]() You should now change this as follows:
![]() If you run the program you should find that the display counts up in hundredths of a second until the reset switch is pressed. When the reset switch is pressed the program jumps out of the loop back to the beginning of the program to reset the value of 'Count' variable. <^< Set up the Equipment | Course index | 7-Segment Displays >^> |