Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:linux:docs:iio:iio [30 May 2012 13:36] – [IIO Ring Buffer] Michael Hennerichsoftware:linux:docs:iio:iio [05 Jun 2020 17:03] (current) – [IIO Overview] Grammar changes Iulia Moldovan
Line 4: Line 4:
 ===== IIO Overview ===== ===== IIO Overview =====
  
-  * The Industrial I/O subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog convertors (ADCs, DACs).+  * The Industrial I/O subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs).
   * Devices that fall into this category are:   * Devices that fall into this category are:
     * ADCs     * ADCs
Line 22: Line 22:
   * The overall aim is to fill the gap between the somewhat similar hwmon and input subsystems.   * The overall aim is to fill the gap between the somewhat similar hwmon and input subsystems.
   * Hwmon is very much directed at low sample rate sensors used in applications such as fan speed control and temperature measurement.   * Hwmon is very much directed at low sample rate sensors used in applications such as fan speed control and temperature measurement.
-  * Input isas it'name suggests focused on human interaction input devices.:+  * The input is⁠ (as its name suggestsfocused on human interaction input devices:
     * Keyboard     * Keyboard
     * Mouse     * Mouse
Line 28: Line 28:
     * Joystick     * Joystick
  
-  * In some cases there is considerable overlap between these and IIO.+  * In some casesthere is considerable overlap between these and IIO.
  
   * A typical device falling into the IIO category would be connected via SPI or I2C.   * A typical device falling into the IIO category would be connected via SPI or I2C.
Line 44: Line 44:
     * These are similar to input in that they provide a route to user space for hardware triggered events. Such events include threshold detectors, free-fall detectors and more complex action detection.  The events themselves are currently very simple with merely an event code and a timestamp.  Any data associated with the event must be accessed via polling.     * These are similar to input in that they provide a route to user space for hardware triggered events. Such events include threshold detectors, free-fall detectors and more complex action detection.  The events themselves are currently very simple with merely an event code and a timestamp.  Any data associated with the event must be accessed via polling.
  
-<note>+<WRAP round help>
 A given device may have one or more event channel.  These events are turned on or off (if possible) via sysfs interfaces. A given device may have one or more event channel.  These events are turned on or off (if possible) via sysfs interfaces.
-</note>+</WRAP>
  
   * Hardware ring buffer support   * Hardware ring buffer support
software/linux/docs/iio/iio.txt · Last modified: 05 Jun 2020 17:03 by Iulia Moldovan