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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This feature can count up (chrono) or down (timer), up to 100 hours each way. Wh
67
67
> **Hardware variations**
68
68
> * 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.
69
69
> * If your clock does not have a beeper, the runout options cannot be set.
70
-
> * If your clock uses a rotary encoder for **Up/Down** rather than buttons, **Down** will stop the chrono/timer, and **Up** will display lap times (chrono) and cycle through runout options (timer).
70
+
> * If your clock uses a rotary encoder for **Up/Down** rather than buttons, while running, **Up** will display lap times (chrono) and cycle through runout options (timer), and **Down** will stop. To prevent accidental resets, **Down** does nothing while stopped. To reset to `0`, simply switch to another display while stopped.
71
71
72
72
## The Alt button
73
73
@@ -150,11 +150,12 @@ You can also set the **defaults for the options menu** (in main code, currently)
150
150
151
151
## Compiling the sketch
152
152
153
-
**To compile the sketch,** ensure these libraries are added and enabled in your Arduino IDE, via the Library Manager:
153
+
**To compile the sketch,** ensure these libraries are installed in your Arduino IDE via Library Manager, as needed:
*[DS3231](https://github.com/NorthernWidget/DS3231) by NorthernWidget
158
+
*[Dusk2Dawn](https://github.com/dmkishi/Dusk2Dawn) by DM Kishi - if sunrise/sunset display is enabled
159
+
*[Encoder](https://github.com/PaulStoffregen/Encoder) by Paul Stoffregen - if rotary encoder is equipped
159
160
160
161
**To upload the sketch to your clock,** if it doesn’t appear in the IDE’s Ports menu (as a USB port), your UNDB may be equipped with an Arduino clone that requires [drivers for the CH340 chipset](https://sparks.gogo.co.nz/ch340.html).
0 commit comments