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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
**A digital clock with perpetual calendar, alarm, countdown timer/appliance timer, and day counter.** Written for the Arduino Nano at the heart of [RLB Designs'](http://rlb-designs.com/) Universal Nixie Driver Board (UNDB) v5.0, featuring a DS3231 real-time clock, and driving up to 6 digits multiplexed in pairs via two SN74141 driver chips.
5
+
**A digital clock with perpetual calendar, alarm, countdown timer/appliance timer, and day counter.** Written for the Arduino Nano at the heart of [RLB Designs'](http://rlb-designs.com/) Universal Nixie Driver Board (UNDB), featuring a DS3231 real-time clock, and driving up to 6 digits multiplexed in pairs via two SN74141 driver chips.
6
6
7
7
[The latest release can be downloaded here.](https://github.com/clockspot/arduino-nixie/releases/latest) Skip to [Hardware Configuration](#hardware-configuration) for details on how to tweak the sketch.
8
8
@@ -67,7 +67,7 @@ A number of hardware-related settings are specified in consts at the top of the
67
67
***How many tubes** in the display module. Default is 6; small display adjustments are made for 4-tube clocks.
68
68
***Which functions** are enabled. Default is all but temperature and tube tester.
69
69
***Which input pins** are associated with the Select and Adjust controls.
70
-
***What type of Adjust controls** are equipped: pushbuttons (default) or rotary encoders.
70
+
***What type of Adjust controls** are equipped: pushbuttons (default) or rotary encoder (unimplemented).
71
71
***What type of signal outputs** are equipped: a piezo beeper (default) and/or a relay.
72
72
***Signal duration** (default 3min) and **piezo pulse duration** (default 500ms)
0 commit comments