summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-13 23:48:55 -0700
committerKeith Packard <keithp@keithp.com>2017-05-13 23:52:45 -0700
commit7ad730d892c899df3bb0b51a757ff2c55b6dc6d1 (patch)
tree465005e989ff00d09b8013bf19aa17c91cd112b4 /README
parent9fa28e7fe8dc5e883211b29031446b42cbffe31f (diff)
Allow sub-second updates.
Lets you run the clock at whatever tick rate you like. Note that this changes the behaviour of the clock when the update isn't a divisor of the number of seconds in a day. In the old code, the time to display was an integer number of intervals from the start of the year, in the new code, it is an integer number of intervals from the start of the day. I like that better as it makes the seconds consistent from day to day, even if it means an uneven tick at local midnight. Given that I suspect no-one has ever done this in practice, I doubt it really matters. At least the code is simpler now, while supporting updates at the level of the Xt timers, which are milliseconds. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions