aboutsummaryrefslogtreecommitdiff
path: root/clock/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix rounding errors. There's still a TODO:Andreas Grois2021-04-221-13/+12
| | | | | | | If the clock is started 1 ms before the configured time interval, it currently will skip one update. Because waiting times up to 30 minutes are planned to be supported, this can cause the clock to be quite wrong for quite some time...
* Simple synchronized clock (limited to full seconds or 1/x seconds)Andreas Grois2021-04-201-14/+35
|
* Clock now does something (but isn't done yet).Andreas Grois2021-04-191-4/+37
|
* First semi-working implementation.Andreas Grois2021-04-181-0/+87