Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pat9136.h File Reference

Go to the source code of this file.

Enumerations

enum  sensor_channel_pat9136 { SENSOR_CHAN_POS_DX_MM = SENSOR_CHAN_PRIV_START + 1 , SENSOR_CHAN_POS_DY_MM , SENSOR_CHAN_POS_DXYZ_MM = SENSOR_CHAN_POS_DY_MM + 2 }
 This sensor does have the ability to provide DXY in meaningful units, and since the standard channels' unit is in points (SENSOR_CHAN_POS_DX, SENSOR_CHAN_POS_DY, SENSOR_CHAN_POS_DXYZ), we've captured the following channels to provide an alternative for this sensor. More...
 

Enumeration Type Documentation

◆ sensor_channel_pat9136

This sensor does have the ability to provide DXY in meaningful units, and since the standard channels' unit is in points (SENSOR_CHAN_POS_DX, SENSOR_CHAN_POS_DY, SENSOR_CHAN_POS_DXYZ), we've captured the following channels to provide an alternative for this sensor.

Enumerator
SENSOR_CHAN_POS_DX_MM 

Position change on the X axis, in millimeters.

SENSOR_CHAN_POS_DY_MM 

Position change on the Y axis, in millimeters.

SENSOR_CHAN_POS_DXYZ_MM 

Position change on the X, Y and Z axis, in millimeters.

Added additional offset so the channels X and Y can be accessed relative to XYZ in spite of not supporting DZ.