RIOT/drivers/mhz19/Makefile.dep
2020-07-20 14:32:16 +02:00

10 lines
189 B
Makefile

USEMODULE += xtimer
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
endif
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
endif