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:
parent
9897dcc5bb
commit
0bee1ddf55
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user