The TMP435 is a remote temperature sensor monitor with a built-in local temperature sensor. Signed-off-by: Jaakko Rautiainen <jaakko.rautiainen@bittium.com>
8 lines
133 B
CMake
8 lines
133 B
CMake
# Copyright (c) 2024 Bittium Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(tmp435.c)
|