Skip to content

Commit 307cb3b

Browse files
authored
[sensor_v1] adapt sths34pf80 (#1817)
1 parent 593b1b3 commit 307cb3b

File tree

1 file changed

+5
-1
lines changed
  • peripherals/sensors/sths34pf80

1 file changed

+5
-1
lines changed

peripherals/sensors/sths34pf80/Kconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
menuconfig PKG_USING_STHS34PF80
44
bool "STHS34PF80 sensor driver package, support: presence,temperature,motion."
55
default n
6-
select RT_USING_SENSOR
76

87
if PKG_USING_STHS34PF80
98

109
config PKG_STHS34PF80_PATH
1110
string
1211
default "/packages/peripherals/sensors/sths34pf80"
1312

13+
config PKG_STHS34PF80_USING_SENSOR_V1
14+
bool "Enable sensor_v1 divce framework"
15+
select RT_USING_SENSOR
16+
default n
17+
1418
choice
1519
prompt "Version"
1620
default PKG_USING_STHS34PF80_LATEST_VERSION

0 commit comments

Comments
 (0)