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
421 B
17 lines
421 B
APPLICATION = driver_lps331ap |
|
include ../Makefile.tests_common |
|
|
|
FEATURES_REQUIRED = periph_i2c |
|
|
|
USEMODULE += lps331ap |
|
USEMODULE += xtimer |
|
|
|
# set default device parameters in case they are undefined |
|
TEST_LPS331AP_I2C ?= I2C_DEV\(0\) |
|
TEST_LPS331AP_ADDR ?= 92 |
|
|
|
# export parameters |
|
CFLAGS += -DTEST_LPS331AP_I2C=$(TEST_LPS331AP_I2C) |
|
CFLAGS += -DTEST_LPS331AP_ADDR=$(TEST_LPS331AP_ADDR) |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|