include: drivers: sensor: Add sensor channel for TACH
Introduce an appropiate channel for reading back RPMs in tachometers Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
parent
98bef9a08c
commit
f400589c32
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ enum sensor_channel {
|
|||
/** Position change on the Z axis, in points. */
|
||||
SENSOR_CHAN_POS_DZ,
|
||||
|
||||
/** Revolutions per minute, in RPM. */
|
||||
SENSOR_CHAN_RPM,
|
||||
|
||||
/** All channels. */
|
||||
SENSOR_CHAN_ALL,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue