diff --git a/boards/thingy52/include/board.h b/boards/thingy52/include/board.h index 2dd33b0f0a..1a66f6d592 100644 --- a/boards/thingy52/include/board.h +++ b/boards/thingy52/include/board.h @@ -40,6 +40,12 @@ extern "C" { #define LIS2DH12_PARAM_I2C I2C_DEV(1) /** @} */ +/** + * @name LPS22HB device address + * @{ + */ +#define LPSXXX_PARAM_ADDR (0x5c) +/** @} */ /** * @brief Initialize board specific hardware