Tasmota/lib/lib_i2c/BME68x-Sensor-API/examples/sequential_mode/Makefile
Theo Arends 7aacdf4fbe Add support for BME688
Add support for BME688 with latest Bosch-Sensor-API library (#14513)
2022-01-19 17:05:39 +01:00

15 lines
240 B
Makefile

COINES_INSTALL_PATH ?= ../../../..
EXAMPLE_FILE ?= sequential_mode.c
API_LOCATION ?= ../..
C_SRCS += \
$(API_LOCATION)/bme68x.c \
../common/common.c
INCLUDEPATHS += \
$(API_LOCATION) \
../common
include $(COINES_INSTALL_PATH)/coines.mk