From 10d6b7a976e9b1acfdd99fbd1f476d682b0da9c1 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Mon, 6 Apr 2020 12:22:16 +0530 Subject: [PATCH] drivers/include/tmp00x.h : Compile Configs --- drivers/include/tmp00x.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/include/tmp00x.h b/drivers/include/tmp00x.h index bdc336474d..e7a73529f3 100644 --- a/drivers/include/tmp00x.h +++ b/drivers/include/tmp00x.h @@ -93,7 +93,15 @@ extern "C" #define ADDR (dev->p.addr) /**< ADDR */ /** - * @brief TMP00X Default Address + * @defgroup drivers_tmp00x_config TMP006/TMP007 Infrared Thermopile Sensor driver compile configuration + * @ingroup config_drivers_sensors + * @{ + */ +/** + * @brief Default Address + * + * I2C Address depends on the state of ADR0 and ADR1 Pins + * For more information, please refer to section 7.3.6.2 of TMP007 datasheet (SBOS685B). */ #ifndef TMP00X_I2C_ADDRESS #define TMP00X_I2C_ADDRESS (0x40) @@ -127,6 +135,7 @@ extern "C" #ifndef TMP00X_USE_RAW_VALUES #define TMP00X_USE_RAW_VALUES (0) #endif +/** @} */ /** * @name Conversion rate and AVG sampling configuration