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 c6d900b commit d8a80bbCopy full SHA for d8a80bb
peripherals/sensors/mlx90382/Kconfig
@@ -6,6 +6,11 @@ menuconfig PKG_USING_MLX90382
6
7
if PKG_USING_MLX90382
8
9
+ config PKG_MLX90382_USING_SENSOR_V1
10
+ bool "Enable sensor divce framework"
11
+ select RT_USING_SENSOR
12
+ default n
13
+
14
config PKG_MLX90382_PATH
15
string
16
default "/packages/peripherals/sensors/mlx90382"
@@ -28,5 +33,9 @@ if PKG_USING_MLX90382
28
33
default "v1.0.0" if PKG_USING_MLX90382_V100
29
34
default "latest" if PKG_USING_MLX90382_LATEST_VERSION
30
35
36
+ config PKG_USING_MLX90382_SAMPLE
37
+ bool "Enable mlx90382 sample"
38
39
31
40
endif
32
41
0 commit comments