mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
90fb789697
Add the vendor driver implementation from Bosch Sensortech as a package.
8 lines
153 B
Makefile
8 lines
153 B
Makefile
MODULE = driver_bme680
|
|
|
|
ifneq (,$(filter bme680_fp,$(USEMODULE)))
|
|
CFLAGS += -DBME680_FLOAT_POINT_COMPENSATION
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|