zephyr/drivers/sensor
Paul Sokolovsky 91228142fe sensors: Redefine SENSOR_CHAN_DISTANCE to be in meters
Most of sensor channels defined by Zephyr use the main, unscaled
SI unit. We also have SENSOR_CHAN_ALTITUDE which is defined in
meters. So, it only makes sense to define distance in meters too

The only driver supporting SENSOR_CHAN_DISTANCE as of now is
vl53l0x.c, which was updated accordingly. Also, update doc links
in the driver based on the review comment.

Fixes: #5693

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-02-05 10:30:34 -06:00
..
adxl362
ak8975
amg88xx
apds9960
bma280
bmc150_magn
bme280 sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
bmg160
bmi160
bmm150
dht sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
fxas21002 dts: sensor: Add dts yaml bindings for the fxas21002 sensor 2018-01-31 10:17:58 -06:00
fxos8700 dts: sensor: Add dts yaml bindings for the fxos8700 sensor 2018-01-31 10:17:58 -06:00
hdc1008 sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
hmc5883l
hp206c
hts221 sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
isl29035
lis2dh
lis3dh
lis3mdl sensors: dts: cleanup usage of HAS_DTS_I2C_DEVICE 2018-01-29 22:25:41 -05:00
lps22hb sensors: dts: cleanup usage of HAS_DTS_I2C_DEVICE 2018-01-29 22:25:41 -05:00
lps25hb
lsm6ds0
lsm6dsl sensors: dts: cleanup usage of HAS_DTS_I2C_DEVICE 2018-01-29 22:25:41 -05:00
lsm9ds0_gyro
lsm9ds0_mfd
max30101 dts: sensor: Add dts yaml bindings for the max30101 sensor 2018-01-31 10:17:58 -06:00
max44009
mcp9808
mpu6050
nrf5
pms7003
sht3xd sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
sx9500
th02
tmp007
tmp112
vl53l0x sensors: Redefine SENSOR_CHAN_DISTANCE to be in meters 2018-02-05 10:30:34 -06:00
CMakeLists.txt
Kconfig
sensor_handlers.c