You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
17 lines
403 B
APPLICATION = driver_si70xx |
|
include ../Makefile.tests_common |
|
|
|
USEMODULE += si70xx |
|
USEMODULE += xtimer |
|
|
|
# set default device parameters in case they are undefined |
|
TEST_I2C ?= 0 |
|
TEST_I2C_ADDR ?= 0x80 |
|
TEST_PIN_EN ?= GPIO_PIN\(0,0\) |
|
|
|
# export parameters |
|
CFLAGS += -DTEST_I2C=$(TEST_I2C) |
|
CFLAGS += -DTEST_I2C_ADDR=$(TEST_I2C_ADDR) |
|
CFLAGS += -DTEST_PIN_EN=$(TEST_PIN_EN) |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|