92
* Initialise time data
97
* Increment the hours and save the time.
102
* Increment the minutes and save the time.
107
* Reset the seconds and save the time.
109
void reset_seconds();
112
* Increment the year and save the time.
117
* Increment the month and save the time.
122
* Increment the day and save the time.
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;