-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: added Sphinx documentation for iio_attr.py.
Updated the .rst files in order to display a documentation page for iio_attr.py. Signed-off-by: Cristi Iacob <[email protected]>
- Loading branch information
1 parent
6a6432b
commit 68a7716
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Complete Application Examples | |
.. toctree:: | ||
iio_readdev | ||
iio_writedev | ||
iio_attr | ||
iio_info | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
iio_attr | ||
====================== | ||
| iio_attr is part of the Libiio package, a library that has been developed to ease the development of software interfacing Linux Industrial I/O (IIO) devices. | ||
| This tool is written using the libiio Python bindings. It works in a very similar way of how the base iio_attr works. You can find more informations about it on this `page <https://wiki.analog.com/resources/tools-software/linux-software/libiio/iio_attr>`_. | ||
.. automodule:: iio_attr | ||
:members: | ||
|
||
.. literalinclude:: ../examples/iio_attr.py | ||
:language: python | ||
|