1
0
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:
Alexandre Abadie 2018-12-31 22:23:35 +01:00
parent 0916126941
commit a218bc62ab
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 8 additions and 0 deletions

View File

@ -2,5 +2,6 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += hts221
USEMODULE += lis3mdl
USEMODULE += lps22hb
USEMODULE += lsm6dsl
endif

View File

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