void rtc_dcf77_on(void)
switch on DCF77 time receiver module
volatile bool rtc_dcf77_time_flag
set when time information has been received
uint8_t minutes
minutes (00-49)
void rtc_dcf77_off(void)
switch off DCF77 time receiver module
void rtc_dcf77_setup(void)
setup DCF77 time receiver module
uint8_t month
month (01-12)
decoded DCF77 time received
struct rtc_dcf77_time_t rtc_dcf77_time
the received DCF77 frame bits
uint8_t seconds
seconds (always 0)
uint8_t hours
hours (00-23)
uint8_t weekday
day of the week (1-7=Monday-Sunday)
bool valid
if the time is valid
uint8_t year
year within century (00-99)
uint8_t day
day of the month (01-31)
uint8_t milliseconds
milliseconds (00-99)