Unify the peripheral documentation title strings to the format "<class> [(acronym)] [Bus]". Including both the full name of the peripheral class and an acronym makes the documentation more user friendly as some of the acronyms are less well-known than others. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
32 lines
454 B
ReStructuredText
32 lines
454 B
ReStructuredText
.. _led_api:
|
|
|
|
Light-Emitting Diode (LED)
|
|
##########################
|
|
|
|
Overview
|
|
********
|
|
|
|
The LED API provides access to Light Emitting Diodes, both in individual and
|
|
strip form.
|
|
|
|
Configuration Options
|
|
*********************
|
|
|
|
Related configuration options:
|
|
|
|
* :kconfig:option:`CONFIG_LED`
|
|
* :kconfig:option:`CONFIG_LED_STRIP`
|
|
|
|
API Reference
|
|
*************
|
|
|
|
LED
|
|
===
|
|
|
|
.. doxygengroup:: led_interface
|
|
|
|
LED Strip
|
|
=========
|
|
|
|
.. doxygengroup:: led_strip_interface
|