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-02-28 16:50:26 UTC
-
Revision ID:
edam@waxworlds.org-20120228165026-pwnwo300xx2e2kg6
removed ulibc, fixed button, added text rendering
Show diffs side-by-side
added
removed
39
* @return month, 1 to 12
48
const char *get_month_name();
53
* @return date, 1 to 31
63
const char *get_day_suffix();
32
* Get singleton instance.
36
static Time &get_instance();
92
* Initialise time data
79
/** milliseconds at last update */
80
unsigned long _last_millis;
82
/** milliseconds carries over from last update */