1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/feather-nrf52840-sense: Adapt lsm6dsxx params

This commit is contained in:
Miquel-HAW 2024-01-18 13:59:33 +01:00
parent d45a179a2e
commit e755992ac0

View File

@ -82,6 +82,14 @@ extern "C" {
#define SHT3X_PARAM_I2C_ADDR (SHT3X_I2C_ADDR_1) /**< I2C address */
/** @} */
/**
* @name LSM6DSXX accelerometer sensor configuration
* @{
*/
#define LSM6DSXX_PARAM_I2C I2C_DEV(0)
#define LSM6DSXX_PARAM_ADDR (0x6A)
/** @} */
#ifdef __cplusplus
}
#endif