zephyr/doc/reference/peripherals/led.rst
Nazar Kazakov f483b1bc4c everywhere: fix typos
Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
2022-03-18 13:24:08 -04:00

32 lines
408 B
ReStructuredText

.. _led_api:
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