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

boards/sltb001a: use i2c mode of bme280 driver

This commit is contained in:
Hauke Petersen 2018-05-24 17:39:20 +02:00
parent 3c0d5048f9
commit f46731801a

View File

@ -1,6 +1,6 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += bmp280
USEMODULE += bmp280_i2c
USEMODULE += si7021
endif