e51c044216
New driver for I2C illuminance sensor LiteOn LTR-F216A. Datasheet: https://optoelectronics.liteon.com/upload/download/DS86-2019-0016/LTR-F216A_Final_DS_V1.4.PDF * Applied suggestions from code review * Removed retry mechanism Signed-off-by: Markus Becker <markus.becker@tridonic.com> Co-authored-by: Andy Sinclair <andy@aasinclair.co.uk>
9 lines
191 B
YAML
9 lines
191 B
YAML
# Copyright (c) 2023, Trridonic
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: LiteOn F216A ambient light sensor
|
|
|
|
compatible: "ltr,f216a"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|