1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/mma8x5x.h : Compile Configs

Add CT Params to sensors group in Config for Doxygen
This commit is contained in:
Akshai M 2020-04-14 14:13:52 +05:30
parent b9f71610d7
commit aa7e84a6d7

View File

@ -40,9 +40,21 @@
extern "C" {
#endif
/**
* @defgroup drivers_mma8x5x_config MMA8x5x Accelerometer driver compile configuration
* @ingroup config_drivers_sensors
* @{
*/
/**
* @brief Accelerometer Default Address
*
* The address value depends on the state of SA0 Address Pin in the case of MMA845x series.
* For more details refer Table 1 in datasheet (MMA8451Q/MMA8452Q/MMA8453Q)
*/
#ifndef MMA8X5X_I2C_ADDRESS
#define MMA8X5X_I2C_ADDRESS 0x1D /**< Accelerometer Default Address */
#define MMA8X5X_I2C_ADDRESS 0x1D
#endif
/** @} */
/**
* @brief Devices supported by this driver