Definition in file rtc.c.
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include "global.h"
#include "timer.h"
#include "rtc.h"
Go to the source code of this file.
Functions | |
| void | rtcInit (void) | 
| void | rtcService (void) | 
| RtcTimeType * | rtcGetTime (void) | 
Variables | |
| RtcTimeType | RtcTime | 
 1.4.2