Functions to activare and display (rs232) debug.
standard libc time handling functions, reduced and adapted to atmega project.
void date_hwclock_stop(void)
Definition: date.c:127
void date(struct debug_t *debug)
Definition: date.c:83
uint8_t date_timetorun(struct tm *tm_clock, struct debug_t *debug)
check if it is the time to run a program.
Definition: date.c:146
void date_rtc(struct debug_t *debug)
Definition: date.c:72
char * cmd
Definition: cmdli.h:37
void date_free(struct tm *tm_clock)
Definition: date.c:115
void date_set(char *cmd, struct debug_t *debug)
Definition: date.c:32
struct tm * date_init(struct tm *tm_clock, struct debug_t *debug)
Definition: date.c:97
void date_setrtc(char *cmd)
Definition: date.c:63
void date_hwclock_start(void)
Definition: date.c:121