Go to the documentation of this file.
33 #ifndef DS18_PARAM_PIN
34 #define DS18_PARAM_PIN (GPIO_PIN(0, 0))
36 #ifndef DS18_PARAM_PULL
37 #define DS18_PARAM_PULL (GPIO_OD_PU)
40 #define DS18_PARAMS_DEFAULT { .pin = DS18_PARAM_PIN, \
41 .out_mode = DS18_PARAM_PULL }
49 #ifdef DS18_PARAMS_BOARD
static const saul_reg_info_t ds18_saul_reg_info[]
Configure SAUL registry entries.
Device initialization parameters.
Additional data to collect for each entry.
const char * name
string identifier for a device
static const ds18_params_t ds18_params[]
Configure ds18.
SAUL registry interface definition.
Driver for Maxim Integrated DS1822 and DS18B20 temperature sensors.