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

tests/saul_drivers: add vl6180x driver

This commit is contained in:
Gunar Schorcht 2022-12-15 07:11:16 +01:00
parent 9897dcc5bb
commit 0bee1ddf55

View File

@ -46,6 +46,10 @@ endif
ifneq (,$(filter tmp00x,$(DRIVERS)))
USEMODULE += tmp006
endif
ifneq (,$(filter vl6180x,$(DRIVERS)))
USEMODULE += vl6180x_als
USEMODULE += vl6180x_rng
endif
USEMODULE += saul_default