From e755992ac083fbfcab560f13565db17457ce19df Mon Sep 17 00:00:00 2001 From: Miquel-HAW Date: Thu, 18 Jan 2024 13:59:33 +0100 Subject: [PATCH] boards/feather-nrf52840-sense: Adapt lsm6dsxx params --- boards/feather-nrf52840-sense/include/board.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/feather-nrf52840-sense/include/board.h b/boards/feather-nrf52840-sense/include/board.h index 700b48d500..abbc096f7a 100644 --- a/boards/feather-nrf52840-sense/include/board.h +++ b/boards/feather-nrf52840-sense/include/board.h @@ -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