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:
Francisco Munoz 2020-02-03 17:24:47 -08:00 committed by Maureen Helm
commit f400589c32

View file

@ -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,