1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/driver_tmp006/Makefile

10 lines
172 B
Makefile
Raw Normal View History

2015-01-07 13:49:50 +01:00
APPLICATION = driver_tmp006
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += tmp006
2015-09-03 21:36:13 +02:00
USEMODULE += xtimer
2015-01-07 13:49:50 +01:00
include $(RIOTBASE)/Makefile.include