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.
 
 
79
        /** milliseconds at last update */
 
 
80
        unsigned long _last_millis;
 
 
82
        /** milliseconds carries over from last update */