Skip to content

Commit

Permalink
tests/saul_drivers: add vl6180x driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Feb 2, 2023
1 parent 9897dcc commit 0bee1dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/saul_drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bee1dd

Please sign in to comment.