Move the SPI and I2C bus I/O bits into their own files. This makes this driver more similar to other sensor drivers. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
6 lines
136 B
CMake
6 lines
136 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_BME280 bme280.c bme280_spi.c bme280_i2c.c)
|