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:
parent
58a5f5e64c
commit
7b33599179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user