1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ccs811/Makefile.dep

9 lines
200 B
Makefile
Raw Normal View History

FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_i2c
2021-12-01 17:44:28 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_usec
ifneq (,$(filter ccs811_full,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio_irq
endif