zephyr/samples/drivers/led_is31fl3733/sample.yaml
Daniel DeGrasse 351cb4bafe samples: drivers: add led_is31fl3733 sample to demonstrate usage
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>
2023-07-21 10:51:18 +00:00

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