32 #ifndef DCF77_PARAM_PIN
33 #define DCF77_PARAM_PIN (GPIO_PIN(1, 22))
35 #ifndef DCF77_PARAM_PULL
36 #define DCF77_PARAM_PULL (GPIO_IN)
39 #define DCF77_PARAMS { .pin = DCF77_PARAM_PIN, \
40 .in_mode = DCF77_PARAM_PULL }
Interface definition for the dcf77 sensor driver.
static const dcf77_params_t dcf77_params[]
Configure DCF77 devices.
Configuration parameters for DCF77 devices.