Default configuration for TMP00X (TMP006 and TMP007) devices. More...
Default configuration for TMP00X (TMP006 and TMP007) devices.
Definition in file tmp00x_params.h.
Go to the source code of this file.
Variables | |
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. | |
Set default configuration parameters for the TMP00X driver | |
#define | TMP00X_PARAM_I2C I2C_DEV(0) |
The I2C bus the TMP00X device is connected to. | |
#define | TMP00X_PARAM_ADDR (CONFIG_TMP00X_I2C_ADDRESS) |
The I2C address of the TMP00X device. | |
#define | TMP00X_PARAM_RATE TMP00X_CONFIG_CR_DEF |
The conversion rate to configure the TMP00X device with. | |
#define | TMP00X_PARAMS |
The parameters to initialize the TMP00X device driver with. | |
#define | TMP00X_SAUL_INFO { .name = "tmp00x" } |
The SAUL info to register the TMP00x device driver instances with. | |
#define TMP00X_PARAM_ADDR (CONFIG_TMP00X_I2C_ADDRESS) |
The I2C address of the TMP00X device.
Definition at line 46 of file tmp00x_params.h.
#define TMP00X_PARAM_I2C I2C_DEV(0) |
The I2C bus the TMP00X device is connected to.
Definition at line 39 of file tmp00x_params.h.
#define TMP00X_PARAM_RATE TMP00X_CONFIG_CR_DEF |
The conversion rate to configure the TMP00X device with.
Definition at line 53 of file tmp00x_params.h.
#define TMP00X_PARAMS |
The parameters to initialize the TMP00X device driver with.
Definition at line 60 of file tmp00x_params.h.
#define TMP00X_SAUL_INFO { .name = "tmp00x" } |
The SAUL info to register the TMP00x device driver instances with.
Definition at line 69 of file tmp00x_params.h.
|
static |
TMP00X configuration.
Definition at line 76 of file tmp00x_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 84 of file tmp00x_params.h.