1 .. SPDX-License-Identifier: GPL-2.0
10 Linux Kernel provides some userspace tools that can be used to retrieve data
13 * lsiio: example application that provides a list of IIO devices and triggers
14 * iio_event_monitor: example application that reads events from an IIO device
16 * iio_generic_buffer: example application that reads data from buffer
17 * iio_utils: set of APIs, typically used to access sysfs files.
22 LibIIO is a C/C++ library that provides generic access to IIO devices. The
23 library abstracts the low-level details of the hardware, and provides a simple
24 yet complete programming interface that can be used for advanced projects.
26 For more information about LibIIO, please see:
27 https://github.com/analogdevicesinc/libiio