7 lines
123 B
C
7 lines
123 B
C
#pragma once
|
|
#include "sys/types.h"
|
|
|
|
void rtc_read(struct tm *time);
|
|
void rtc_set_century(uint8_t c);
|
|
void rtc_init(void);
|