|
001
= IDLE
=> <Btn0>
will start the watch and change state to
RUNNING |
|
010
= RUNNING
=> <Btn0>
will stop the watch and change state to
STOPPED
<Btn1>
will freeze the display with a Lap time and change state to
RUNNING_LAP |
|
110
= RUNNING_LAP
=> <Btn0>
will stop the watch and change state to
STOPPED_LAP
<Btn1>
will the display the running watch again and change state to
RUNNING |
|
100
= STOPPED_LAP
=> <Btn0>
will stop the watch and change state to
STOPPED
<Btn1>
will freeze the display with a Lap time and change state to
RUNNING_LAP |
|
000
= STOPPED
=> <Btn0>
will start the watch and change state to
RUNNING
<Btn1>
will zero the watch counter and change state to
IDLE |