Skip to content

Commit

Permalink
[sensor_v1]lps22hb pkg adapt sensor_v1 frame
Browse files Browse the repository at this point in the history
  • Loading branch information
CYFS3 authored and mysterywolf committed Sep 23, 2024
1 parent 46f1b1a commit c5a565d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions peripherals/sensors/lps22hb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ menuconfig PKG_USING_LPS22HB
default n

if PKG_USING_LPS22HB


config PKG_LPS22HB_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n

config PKG_LPS22HB_PATH
string
default "/packages/peripherals/sensors/lps22hb"

choice
prompt "Version"
default PKG_USING_LPS22HB_LATEST_VERSION
Expand Down

0 comments on commit c5a565d

Please sign in to comment.