1 .. SPDX-License-Identifier: GPL-2.0 2 3 ===================== 4 IIO Interfacing Tools 5 ===================== 6 7 1. Linux Kernel Tools 8 ===================== 9 10 Linux Kernel provides some userspace tools that can be used to retrieve data 11 from IIO sysfs: 12 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 15 and prints them 16 * iio_generic_buffer: example application that reads data from buffer 17 * iio_utils: set of APIs, typically used to access sysfs files. 18 19 2. LibIIO 20 ========= 21 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. 25 26 For more information about LibIIO, please see: 27 https://github.com/analogdevicesinc/libiio
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.