19#ifndef TMP00X_PARAMS_H
20#define TMP00X_PARAMS_H
35#ifndef TMP00X_PARAM_I2C
39#define TMP00X_PARAM_I2C I2C_DEV(0)
42#ifndef TMP00X_PARAM_ADDR
46#define TMP00X_PARAM_ADDR (CONFIG_TMP00X_I2C_ADDRESS)
49#ifndef TMP00X_PARAM_RATE
53#define TMP00X_PARAM_RATE TMP00X_CONFIG_CR_DEF
60#define TMP00X_PARAMS { .i2c = TMP00X_PARAM_I2C, \
61 .addr = TMP00X_PARAM_ADDR, \
62 .rate = TMP00X_PARAM_RATE }
65#ifndef TMP00X_SAUL_INFO
69#define TMP00X_SAUL_INFO { .name = "tmp00x" }
SAUL registry interface definition.
Additional data to collect for each entry.
Parameters needed for device initialization.
Interface definition for the TMP00X sensor driver.
#define TMP00X_PARAMS
The parameters to initialize the TMP00X device driver with.
static const tmp00x_params_t tmp00x_params[]
TMP00X configuration.
static const saul_reg_info_t tmp00x_saul_info[]
Additional meta information to keep in the SAUL registry.
#define TMP00X_SAUL_INFO
The SAUL info to register the TMP00x device driver instances with.