351cb4bafe
Add sample to demonstrate usage of IS31FL3733 LED using the LED API. This led matrix controller has several custom APIs to expose functionality not available within the standard led API, such as limiting LED current. Signed-off-by: Daniel DeGrasse <daniel@degrasse.com>
9 lines
215 B
YAML
9 lines
215 B
YAML
sample:
|
|
description: Demonstration of the IS31FL3733 LED driver
|
|
name: IS31FL3733 sample
|
|
tests:
|
|
sample.drivers.led.is31fl3733:
|
|
filter: dt_compat_enabled("issi,is31fl3733")
|
|
tags: LED
|
|
depends_on: i2c
|