Next: void start_press()
Up: 9.2.1 User Buttons and
Previous: int start_button()
Waits for STOP button to be pressed, then
released. Then issues a short beep and returns.
The code for
stop_press is as follows:
while (!stop_button());
while (stop_button());
beep();
Fred G. Martin
Fri Mar 29 17:44:15 EST 1996