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

boards/feather-nrf52840-sense: use generic lsm6dsxx

This will help handle multiple board variants such as rev B and C.
This commit is contained in:
MrKevinWeiss 2024-04-02 11:15:20 +02:00
parent ad51739c26
commit 99daaec648
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

View File

@ -2,7 +2,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += apds9960
USEMODULE += bmp280_i2c
USEMODULE += lis3mdl
USEMODULE += lsm6ds33
USEMODULE += lsm6dsxx
USEMODULE += saul_gpio
USEMODULE += sht3x
endif