zephyr/samples/samples.rst
Marti Bolivar 3e674eac98 samples: drivers: add LPD8806 sample application
This sample displays the colors red, green, and blue on consecutive
LEDs in an LED strip, moving the starting point where red begins
further down the strip at each time step. The color band wraps around
to the beginning when it reaches the end.

Since this is the first application in samples/drivers to have
documentation, add samples/drivers/drivers.rst as well, and include it
in the top-level toctree from samples/samples.rst.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-10-28 13:23:30 -04:00

25 lines
359 B
ReStructuredText

.. _samples-and-demos:
Samples and Demos
#################
.. toctree::
:maxdepth: 2
:glob:
kernel
basic/*
subsys/subsys.rst
net/net.rst
bluetooth/bluetooth.rst
sensor/*
grove/*
boards/*
mpu/*
drivers/drivers.rst
To add a new sample document, please use the template available under
:file:`doc/templates/sample.tmpl`