10 lines
170 B
Makefile
10 lines
170 B
Makefile
APPLICATION = driver_sht2x
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
|
|
USEMODULE += sht2x
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|