We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b807ec7 commit 662c040Copy full SHA for 662c040
peripherals/sensors/vl53l0x/Kconfig
@@ -10,9 +10,15 @@ if PKG_USING_VL53L0X
10
string
11
default "/packages/peripherals/sensors/vl53l0x"
12
13
- config PKG_USING_VL53L0X_SAMPLE
14
- bool "Enable vl53l0x sample"
+ config PKG_VL53L0X_USING_SENSOR_V1
+ bool "Enable sensor_v1 divce framework"
15
+ select RT_USING_SENSOR
16
default n
17
+ if PKG_VL53L0X_USING_SENSOR_V1
18
+ config PKG_VL53L0X_USING_SENSOR_V1_SAMPLE
19
+ bool "Enable vl53l0x sensor_v1 divce framework sample"
20
+ default n
21
+ endif
22
23
choice
24
prompt "Version"
0 commit comments