19 #ifndef DCF77_PARAMS_H
20 #define DCF77_PARAMS_H
33 #ifndef DCF77_PARAM_PIN
34 #define DCF77_PARAM_PIN (GPIO_PIN(1, 22))
36 #ifndef DCF77_PARAM_PULL
37 #define DCF77_PARAM_PULL (GPIO_IN)
40 #define DCF77_PARAMS { .pin = DCF77_PARAM_PIN, \
41 .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.