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-12 15:22:57 UTC
-
Revision ID:
tim@ed.am-20120312152257-gb30ihjxq8jb0lss
added newline
- files added:
-
test/rtc-test
Show diffs side-by-side
added
removed
32
* Get singleton instance.
36
static Time &get_instance();
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;
92
* Initialise time data