Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
Jumping Out of a LoopDuring 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. |