mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
boards/b-l475e-iot01a: add defines and deps for lps22hb
This commit is contained in:
parent
0916126941
commit
a218bc62ab
@ -2,5 +2,6 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
USEMODULE += hts221
|
||||
USEMODULE += lis3mdl
|
||||
USEMODULE += lps22hb
|
||||
USEMODULE += lsm6dsl
|
||||
endif
|
||||
|
@ -65,6 +65,13 @@ extern "C" {
|
||||
#define LIS3MDL_PARAM_I2C I2C_DEV(1)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name LPS22HB pressure/temperature sensor configuration
|
||||
* @{
|
||||
*/
|
||||
#define LPSXXX_PARAM_I2C I2C_DEV(1)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name LSM6DSL accelerometer sensor configuration
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user