Adds driver for Everlight ALS-PT19 Ambient Light Sensor. Signed-off-by: Dipak Shetty <shetty.dipak@gmx.com>
7 lines
208 B
CMake
7 lines
208 B
CMake
# Copyright (c) 2025 Dipak Shetty <shetty.dipak@gmx.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_EVERLIGHT_ALS_PT19 als_pt19)
|
|
# zephyr-keep-sorted-stop
|