CuVoodoo STM32F1 firmware template
|
library to get time from a DCF77 module (API) More...
Go to the source code of this file.
Data Structures | |
struct | rtc_dcf77_time_t |
decoded DCF77 time received More... | |
Functions | |
void | rtc_dcf77_setup (void) |
setup DCF77 time receiver module | |
void | rtc_dcf77_on (void) |
switch on DCF77 time receiver module More... | |
void | rtc_dcf77_off (void) |
switch off DCF77 time receiver module | |
Variables | |
volatile bool | rtc_dcf77_time_flag |
set when time information has been received | |
struct rtc_dcf77_time_t | rtc_dcf77_time |
library to get time from a DCF77 module (API)
Definition in file rtc_dcf77.h.
void rtc_dcf77_on | ( | void | ) |
switch on DCF77 time receiver module
Definition at line 93 of file rtc_dcf77.c.