Add sensor driver for the LM77 temperature sensor. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
6 lines
132 B
CMake
6 lines
132 B
CMake
# Copyright (c) 2021 Vestas Wind Systems A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(lm77.c)
|