mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 23:42:51 +00:00
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> |
||
---|---|---|
.. | ||
adxl362 | ||
ak8975 | ||
amg88xx | ||
apds9960 | ||
bma280 | ||
bmc150_magn | ||
bme280 | ||
bmg160 | ||
bmi160 | ||
bmm150 | ||
dht | ||
fxas21002 | ||
fxos8700 | ||
hdc1008 | ||
hmc5883l | ||
hp206c | ||
hts221 | ||
isl29035 | ||
lis2dh | ||
lis3dh | ||
lis3mdl | ||
lps22hb | ||
lps25hb | ||
lsm6ds0 | ||
lsm6dsl | ||
lsm9ds0_gyro | ||
lsm9ds0_mfd | ||
max30101 | ||
max44009 | ||
mcp9808 | ||
mpu6050 | ||
nrf5 | ||
pms7003 | ||
sht3xd | ||
sx9500 | ||
th02 | ||
tmp007 | ||
tmp112 | ||
vl53l0x | ||
CMakeLists.txt | ||
Kconfig | ||
sensor_handlers.c |