zephyr/drivers/sensor/vl53l0x
Ding Tao 68ca36f8f5 sensor: vl53l0x: Fix Kconfig warning of non-int value
The I2C address of vl53l0x are write in hex, but the VL53L0X_I2C_ADDR
type is int.

Fix this by replace "int" with "hex".

Signed-off-by: Ding Tao <miyatsu@qq.com>
2018-02-07 08:35:29 -05:00
..
CMakeLists.txt
Kconfig sensor: vl53l0x: Fix Kconfig warning of non-int value 2018-02-07 08:35:29 -05:00
vl53l0x.c drivers: vl53l0x: Initialise driver with DEVICE_AND_API_INIT 2018-02-05 12:04:20 -06:00
vl53l0x_platform.c
vl53l0x_platform.h
vl53l0x_platform_log.h
vl53l0x_types.h