Skip to content

Commit

Permalink
[sensor_v1] mlx90397 pkg adapt sensor_v1 frame
Browse files Browse the repository at this point in the history
  • Loading branch information
hydevcode authored and mysterywolf committed Sep 23, 2024
1 parent c5a565d commit 37f1d1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions peripherals/sensors/mlx90397/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ if PKG_USING_MLX90397
string
default "/packages/peripherals/sensors/mlx90397"

config PKG_MLX90397_USING_SENSOR_V1
bool "Enable sensor_v1 device framework"
select RT_USING_SENSOR
default n

config PKG_USING_MLX90397_SAMPLE
bool "Enable MLX90397 Sample"
default n

choice
prompt "Version"
default PKG_USING_MLX90397_LATEST_VERSION
Expand Down

0 comments on commit 37f1d1a

Please sign in to comment.