CuVoodoo STM32F1 firmware template
Macros
output to enable DCF module and input to capture DCF signal

Macros

#define RTC_DCF77_ENABLE_PORT   A
 GPIO port to enable the module.
 
#define RTC_DCF77_ENABLE_PIN   2
 GPIO pinto enable the module.
 
#define RTC_DCF77_SIGNAL_PORT   A
 GPIO port to capture the DCF signal.
 
#define RTC_DCF77_SIGNAL_PIN   3
 GPIO pin to capture the DCF signal.
 

Detailed Description