mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:32:43 +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
|