zephyr/doc/reference/peripherals/led.rst
Carles Cufi 22854d39c0 doc: reference: Add the LED and LED Strip APIs
Add the LED (regular and strip) APIs to the doc.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-03-18 11:47:24 +01:00

34 lines
431 B
ReStructuredText

.. _led_api:
LED
###
Overview
********
The LED API provides access to Light Emitting Diodes, both in individual and
stip form.
Configuration Options
*********************
Related configuration options:
* :option:`CONFIG_LED`
* :option:`CONFIG_LED_STRIP`
API Reference
*************
LED
===
.. doxygengroup:: led_interface
:project: Zephyr
LED Strip
=========
.. doxygengroup:: led_strip_interface
:project: Zephyr