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
409 B
17 lines
409 B
APPLICATION = driver_jc42 |
|
include ../Makefile.tests_common |
|
|
|
USEMODULE += jc42 |
|
USEMODULE += xtimer |
|
|
|
# set default device parameters in case they are undefined |
|
TEST_I2C ?= 0 |
|
TEST_I2C_ADDR ?= 0x18 |
|
TEST_I2C_SPEED ?= I2C_SPEED_NORMAL |
|
|
|
# export parameters |
|
CFLAGS += -DTEST_I2C=$(TEST_I2C) |
|
CFLAGS += -DTEST_I2C_ADDR=$(TEST_I2C_ADDR) |
|
CFLAGS += -DTEST_I2C_SPEED=$(TEST_I2C_SPEED) |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|