2021-12-01 14:32:41 +01:00
|
|
|
USEMODULE += ztimer
|
|
|
|
USEMODULE += ztimer_msec
|
2020-06-26 21:55:37 +02:00
|
|
|
|
|
|
|
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
|
|
|
|
FEATURES_REQUIRED += periph_gpio
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
|
|
|
|
FEATURES_REQUIRED += periph_uart
|
|
|
|
endif
|