1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 01:12:44 +01:00
RIOT/tests/drivers/si70xx/Makefile

12 lines
255 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
# This test should also work with si7006, si7013, si7020 and si705x variants.
SI70XX_VARIANT ?= si7021
USEMODULE += $(SI70XX_VARIANT)
2021-12-08 15:22:05 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include