diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-19 22:50:44 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-19 22:50:44 +0200 |
| commit | 9078b7ec09b135f091cb951ed234bf013c9c838e (patch) | |
| tree | ba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/src/bme680/CMakeLists.txt | |
| parent | 2e13c372f1419f08dab7797b244681f889dd9bcf (diff) | |
bme680 added
Diffstat (limited to 'nrfdemo/src/bme680/CMakeLists.txt')
| -rw-r--r-- | nrfdemo/src/bme680/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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) |
