aboutsummaryrefslogtreecommitdiff
blob: 0dc70034c8971b9a5f6a22165815aa0d76f86fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## <summary>IIO sensors to D-Bus proxy</summary>
##
## <desc>
## Industrial I/O subsystem is intended to provide support for devices
## that in some sense are analog to digital or digital to analog convertors
## .
## Devices that fall into this category are:
##  * ADCs
##  * Accelerometers
##  * Gyros
##  * IMUs
##  * Capacitance to Digital Converters (CDCs)
##  * Pressure Sensors
##  * Color, Light and Proximity Sensors
##  * Temperature Sensors
##  * Magnetometers
##  * DACs
##  * DDS (Direct Digital Synthesis)
##  * PLLs (Phase Locked Loops)
##  * Variable/Programmable Gain Amplifiers (VGA, PGA)
## </desc>