summaryrefslogtreecommitdiffstats
path: root/libraries/libiio/README
diff options
context:
space:
mode:
author Bogdan Radulescu <bogdan@nimblex.net>2017-08-27 17:14:58 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-09-02 10:19:44 +0100
commit3f1c9977ed71ce604e3879165c9849eb04f7da4f (patch)
treebd94a36e573747334c9df2a1454627cff2eef348 /libraries/libiio/README
parent134882c8e14c415cf956be5831c8b45bfbd516cd (diff)
downloadslackbuilds-3f1c9977ed71ce604e3879165c9849eb04f7da4f.tar.gz
slackbuilds-3f1c9977ed71ce604e3879165c9849eb04f7da4f.tar.xz
libraries/libiio: Added (Linux Industrial I/O library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libiio/README')
-rw-r--r--libraries/libiio/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libiio/README b/libraries/libiio/README
new file mode 100644
index 0000000000..5c36966217
--- /dev/null
+++ b/libraries/libiio/README
@@ -0,0 +1,7 @@
+Libiio is a library that has been developed by Analog Devices to ease
+the development of software interfacing Linux Industrial I/O (IIO)
+devices.
+
+The library abstracts the low-level details of the hardware, and
+provides a simple yet complete programming interface that can be used
+for advanced projects.