To get this branch, use:
bzr branch
http://bzr.ed.am/elec/propeller-clock
« back to all changes in this revision
Viewing changes to src/time.h
-
Committer:
edam
-
Date:
2012-03-03 10:06:31 UTC
-
Revision ID:
edam@waxworlds.org-20120303100631-ae3idks1703vdm05
widenned clock hands, tweaked scales, got top & bottom text modes working
Show diffs side-by-side
added
removed
32
* Get singleton instance.
36
static Time &get_instance();
92
* Initialise time data
124
/** probe the real-time clock device */
127
/** milliseconds at last update */
128
unsigned long _last_millis;
130
/** milliseconds carries over from last update */
131
unsigned long _carry;