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:
Tim Marston
-
Date:
2012-03-10 01:01:54 UTC
-
Revision ID:
tim@ed.am-20120310010154-lv041mt4275k5jxo
removed most OOP/inheritance crap, saved loads of space!
- files removed:
-
test/rtc-test
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;