mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 19:55:49 +00:00
Hdc1008 driver is renamed into ti_hdc to prepare it to support all available Texas Instruments HDC sensors (e.g. hdc1080, hdc2080). Signed-off-by: Nikos Oikonomou <nikoikonomou92@gmail.com>
6 lines
110 B
CMake
6 lines
110 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_TI_HDC ti_hdc.c)
|