1.. _led_api:
2
3Light-Emitting Diode (LED)
4##########################
5
6Overview
7********
8
9The LED API provides access to Light Emitting Diodes, both in individual and
10strip form.
11
12Configuration Options
13*********************
14
15Related configuration options:
16
17* :kconfig:option:`CONFIG_LED`
18* :kconfig:option:`CONFIG_LED_STRIP`
19
20API Reference
21*************
22
23LED
24===
25
26.. doxygengroup:: led_interface
27
28LED Strip
29=========
30
31.. doxygengroup:: led_strip_interface
32