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 42822aa commit 1b23023Copy full SHA for 1b23023
peripherals/sensors/spl0601/Kconfig
@@ -8,6 +8,11 @@ if PKG_USING_SPL0601
8
string
9
default "/packages/peripherals/sensors/spl0601"
10
11
+ config PKG_SPL0601_USING_SENSOR_V1
12
+ bool "Enable sensor_v1 divce framework"
13
+ select RT_USING_SENSOR
14
+ default n
15
+
16
config SPL0601_USING_TEMP
17
bool "Enable SPL0601 temperature"
18
default n
0 commit comments