From 9078b7ec09b135f091cb951ed234bf013c9c838e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 19 Apr 2025 22:50:44 +0200 Subject: bme680 added --- nrfdemo/src/bme680/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nrfdemo/src/bme680/CMakeLists.txt (limited to 'nrfdemo/src/bme680/CMakeLists.txt') diff --git a/nrfdemo/src/bme680/CMakeLists.txt b/nrfdemo/src/bme680/CMakeLists.txt new file mode 100644 index 0000000..e7d6f89 --- /dev/null +++ b/nrfdemo/src/bme680/CMakeLists.txt @@ -0,0 +1,9 @@ +# Copyright (c) 2018 Bosch Sensortec GmbH +# Copyright (c) 2022, Leonard Pollak +# +# SPDX-License-Identifier: Apache-2.0 +# + +zephyr_library() + +zephyr_library_sources(bme680.c bme680_i2c.c bme680_spi.c) -- cgit v1.2.3