goodwatch/firmware/rtc.h
2017-11-28 12:54:30 -05:00

16 lines
276 B
C

/*! \file rtc.h
\brief Real Time Clock library.
*/
//! Flash buffer containing the manufacturing time.
extern unsigned char *romsavetime;
//! Configure the Real Time Clock
void rtc_init();
//! Sets the DOW from the calendar date.
void rtc_setdow();
#include "rtcasm.h"