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 593b1b3 commit 307cb3bCopy full SHA for 307cb3b
peripherals/sensors/sths34pf80/Kconfig
@@ -3,14 +3,18 @@
3
menuconfig PKG_USING_STHS34PF80
4
bool "STHS34PF80 sensor driver package, support: presence,temperature,motion."
5
default n
6
- select RT_USING_SENSOR
7
8
if PKG_USING_STHS34PF80
9
10
config PKG_STHS34PF80_PATH
11
string
12
default "/packages/peripherals/sensors/sths34pf80"
13
+ config PKG_STHS34PF80_USING_SENSOR_V1
14
+ bool "Enable sensor_v1 divce framework"
15
+ select RT_USING_SENSOR
16
+ default n
17
+
18
choice
19
prompt "Version"
20
default PKG_USING_STHS34PF80_LATEST_VERSION
0 commit comments