Skip to content

Commit 818a017

Browse files
committed
readme bugfix
1 parent 705d916 commit 818a017

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ Featuring timekeeping by DS1307 real-time clock and six digits multiplexed 3x2 v
99

1010
_In these instructions, "Select" is the main pushbutton, and "Adjust" can be either a knob (rotary encoder) or a pair of up/down buttons (hold to set faster). Other variations may apply depending on the options selected in the code._
1111

12-
**Use Adjust to see each of the clock's functions:** (~crossed out~ = not implemented)
12+
**Use Adjust to see each of the clock's functions:** *(Alarm and Timer not yet implemented)*
1313

1414
* **Time**
1515
* Shows the current time of day. (Choose 12h or 24h format in Setup.)
1616
* To set time, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save at the top of minute (seconds will set to :00).
1717
* **Date**
1818
* Shows month, date, and weekday as 0=Sunday, 6=Saturday. (Choose month/date or date/month in Setup.)
1919
* To set date, hold Select 'til display flashes; then set year, then month, then date, pushing Select to save each.
20-
* ~**Alarm**~
21-
* ~Shows alarm time (in 24h format) and whether the alarm is on (1) or off (0).~
22-
* ~To turn alarm on or off, press Select.~
23-
* ~To set alarm, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save.~
24-
* ~When alarm goes off, push Select to snooze, or hold to silence until tomorrow.~
25-
* ~**Timer**~
26-
* ~Shows a countdown timer (or 0min 00sec when idle).~
27-
* ~To set timer, hold Select 'til display flashes; set time (in hrs, min, sec); and push Select to start. Hold to cancel.~
28-
* ~When timer goes off, push Select to silence.~
20+
* **Alarm**
21+
* Shows alarm time (in 24h format) and whether the alarm is on (1) or off (0).
22+
* To turn alarm on or off, press Select.
23+
* To set alarm, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save.
24+
* When alarm goes off, push Select to snooze, or hold to silence until tomorrow.
25+
* **Timer**
26+
* Shows a countdown timer (or 0min 00sec when idle).
27+
* To set timer, hold Select 'til display flashes; set time (in hrs, min, sec); and push Select to start. Hold to cancel.
28+
* When timer goes off, push Select to silence.
2929

3030
**Additional settings are available in the Setup menu.**
3131

@@ -36,11 +36,13 @@ _In these instructions, "Select" is the main pushbutton, and "Adjust" can be eit
3636
| --- | --- |
3737
| 1. Time format | 1 = 12-hour<br/>2 = 24-hour<br/>(time-of-day display only; setting times is always done in 24h) |
3838
| 2. Date display | 1 = month/date/weekday<br/>2 = date/month/weekday |
39-
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>~2 = full date (as above) every minute at :30 seconds~ |
39+
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>2 = full date (as above) every minute at :30 seconds *(not implemented)* |
4040
| 4. Leading zero in hour, date, and month? | 0 = no<br/>1 = yes |
4141

4242
**Setup options not implemented yet**
4343

44+
| Option | Possible Settings |
45+
| --- | --- |
4446
| 5. Transition fade | 0–50 (in hundredths of a second) |
4547
| 6. Digit cycle (prevents [cathode poisoning](http://www.tube-tester.com/sites/nixie/different/cathode%20poisoning/cathode-poisoning.htm)) | 0 = before midnight and/or before day-off<br/>1 = every hour before :01 minute |
4648
| 7. Auto DST | Add 1h for daylight saving time between these dates (at 2am):<br/>0 = off<br/>1 = second Sunday in March to first Sunday in November (US/CA)<br/>2 = last Sunday in March to last Sunday in October (UK/EU)<br/>3 = first Sunday in April to last Sunday in October (MX)<br/>4 = last Sunday in September to first Sunday in April (NZ)<br/>5 = first Sunday in October to first Sunday in April (AU)<br/>6 = third Sunday in October to third Sunday in February (BZ) |

0 commit comments

Comments
 (0)