From 9e3ea3e7b6a54c9008ebb8789d590a0bbd1419a9 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Tue, 31 Mar 2020 17:21:45 +0530 Subject: [PATCH] drivers/include/ads101x.h: Tagged Compile Time Parameters --- drivers/include/ads101x.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/include/ads101x.h b/drivers/include/ads101x.h index 9f4c497d18..292da78991 100644 --- a/drivers/include/ads101x.h +++ b/drivers/include/ads101x.h @@ -39,13 +39,20 @@ extern "C" { #include "periph/gpio.h" /** - * @brief ADS101x/111x default address + * @defgroup drivers_ads101x_config ADS101 driver compile configuration + * @ingroup config + * @{ + */ + +/** + * @brief Set ADS101x/111x default I2C address * * Address pin tied to: GND (0x48), Vcc (0x49), SDA (0x50), SCL (0x51) */ #ifndef ADS101X_I2C_ADDRESS #define ADS101X_I2C_ADDRESS (0x48) #endif +/** @} */ /** * @brief Named return values