1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_hdc1000/Makefile
2017-01-17 10:48:22 +01:00

11 lines
191 B
Makefile

APPLICATION = driver_hdc1000
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += hdc1000
USEMODULE += xtimer
USEMODULE += fmt
include $(RIOTBASE)/Makefile.include