You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
The clock displays its software version when powered up (as of v1.6). [Instructions for earlier versions are here.](https://github.com/clockspot/arduino-nixie/releases)
18
18
19
-
* Press **Select** to cycle through [time of day](#time-of-day), [calendar](#calendar), [alarm](#alarm), and [chrono/timer](#chrono/timer).
19
+
* Press **Select** to cycle through [time of day](#time-of-day), [calendar](#calendar), [alarm](#alarm), and [chrono/timer](#chronotimer).
20
20
* To set anything, simply hold **Select** until the display blinks; use **Up/Down** to set, and **Select** to save. Additional settings are available in the [options menu](#options-menu).
21
21
22
22
## Time of day
@@ -50,7 +50,8 @@ The alarm is always shown in 24h format so you can tell AM from PM.
50
50
51
51
This feature can count up (chrono) or down (timer), up to 100 hours each way. When idle, it displays `0` (or if you have leading zeros enabled, `000000`).
52
52
53
-
* To start and stop, press **Up**. When at `0`, this will start the chrono.
53
+
* To start and stop, press **Up**.
54
+
* When at `0`, this will start the chrono.
54
55
* While the chrono is running, **Down** will briefly display a lap time.
55
56
* To reset to `0`, press **Down** when stopped.
56
57
* To set the timer, hold **Select**. It will prompt for hours/minutes first, then seconds. For convenience, it will recall the last-used time – to reuse this time, simply press **Select** twice. Once the timer is set, press **Up** to start it.
@@ -60,7 +61,7 @@ This feature can count up (chrono) or down (timer), up to 100 hours each way. Wh
60
61
* 3 beeps: start the chrono, with a long signal
61
62
* 4 beeps: start the chrono, with a short signal
62
63
* When the timer signal sounds, press any button to silence it.
63
-
*The chrono/timer will automatically clear if you switch to a different function while it’s stopped, if it’s left stopped for an hour, if the chrono reaches 100 hours, or if power is lost. However, you can switch functions while it’s running, and it will continue to run in the background.
64
+
*You can switch displays while the chrono/timer is running, and it will continue to run in the background. It will reset to `0` if you switch displays while it’s stopped, if it’s stopped for an hour, if the chrono reaches 100 hours, or if power is lost.
64
65
65
66
> **Hardware variations**
66
67
> * If your clock has a [switched relay](#hardware-configuration) and the chrono/timer is [set to use it](#optionstimer), it will switch on while the timer is running, like the “sleep” function on a clock radio. The runout options will still work, but won’t signal.
0 commit comments