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 1f8a9e9 commit 42822aaCopy full SHA for 42822aa
peripherals/sensors/sgp30/Kconfig
@@ -10,6 +10,17 @@ if PKG_USING_SGP30
10
string
11
default "/packages/peripherals/sensors/sgp30"
12
13
+ config PKG_SGP30_USING_SENSOR_V1
14
+ bool "Enable sensor_v1 divce framework"
15
+ select RT_USING_SENSOR
16
+ default y
17
+
18
+ if PKG_SGP30_USING_SENSOR_V1
19
+ config PKG_SGP30_USING_SENSOR_V1_SAMPLE
20
+ bool "Enable sgp30 sensor_v1 sample"
21
22
+ endif
23
24
choice
25
prompt "Select I2C address"
26
default PKG_USING_SGP30_I2C_ADDR
0 commit comments