With over a dozen LED samples, grouping them in a common drivers/led/ folder helps keep things tidy and lays the groundwork for further improvements in the way samples are showing up in the docs. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
11 lines
273 B
YAML
11 lines
273 B
YAML
sample:
|
|
description: Demonstration of the IS31FL3194 LED driver
|
|
name: is31fl3194 sample
|
|
tests:
|
|
sample.drivers.led.is31fl3194:
|
|
filter: dt_compat_enabled("issi,is31fl3194")
|
|
tags: LED
|
|
depends_on: i2c
|
|
integration_platforms:
|
|
- arduino_nicla_sense_me
|