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

boards/feather-nrf52840-sense: declare lsm6ds33 accelerometer

This commit is contained in:
Mikolai Gütschow 2024-02-27 19:33:49 +01:00
parent 97cfddee72
commit 96e48e3385
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

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