mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
50ec5130d6
Several parts were inspired by a driver written by: George Psimenos (gp7g14@soton.ac.uk) Steffen Robertz (steffen.robertz@rwth-aachen.de)
11 lines
196 B
Makefile
11 lines
196 B
Makefile
APPLICATION = driver_sht2x
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
|
|
USEMODULE += sht2x
|
|
USEMODULE += xtimer
|
|
USEMODULE += printf_float
|
|
|
|
include $(RIOTBASE)/Makefile.include
|