1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/driver_hts221/Makefile
2017-11-21 09:42:08 +01:00

10 lines
172 B
Makefile

APPLICATION = driver_hts221
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += hts221
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include