rgbyteclock-code/rtc.h

11 lines
133 B
C
Raw Normal View History

2014-03-01 04:11:40 +01:00
#if !defined RTC_H
#define RTC_H
#include <inttypes.h>
uint32_t rtc_get(void);
2014-03-02 08:01:37 +01:00
void rtc_init(uint32_t rtc_time);
2014-03-01 04:11:40 +01:00
#endif // RTC_H