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

boards/thingy52: set custom lps22hb default address

This commit is contained in:
Alexandre Abadie 2019-10-04 14:13:25 +02:00
parent 58a5f5e64c
commit 7b33599179
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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