Default configuration for TMP00X (TMP006 and TMP007) devices. More...
Default configuration for TMP00X (TMP006 and TMP007) devices.
Definition in file tmp00x_params.h.
 Include dependency graph for tmp00x_params.h:Go to the source code of this file.
Variables | |
| static const tmp00x_params_t | tmp00x_params [] | 
| TMP00X configuration.  More... | |
| static const saul_reg_info_t | tmp00x_saul_info [] | 
| Additional meta information to keep in the SAUL registry.  More... | |
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.  More... | |
| #define | TMP00X_SAUL_INFO { .name = "tmp00x" } | 
| The SAUL info to register the TMP00x device driver instances with.  | |
| #define TMP00X_PARAMS | 
The parameters to initialize the TMP00X device driver with.
Definition at line 59 of file tmp00x_params.h.
      
  | 
  static | 
TMP00X configuration.
Definition at line 75 of file tmp00x_params.h.
      
  | 
  static | 
Additional meta information to keep in the SAUL registry.
Definition at line 83 of file tmp00x_params.h.