Skip to content

Commit

Permalink
[sensor_v1] adapt shtc1 (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
CXSforHPU authored Nov 9, 2024
1 parent 307cb3b commit 68c6571
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion peripherals/sensors/shtc1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ if PKG_USING_SHTC1
config PKG_SHTC1_PATH
string
default "/packages/peripherals/sensors/shtc1"


config PKG_SHTC1_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default y

choice
prompt "Version"
default PKG_USING_SHTC1_LATEST_VERSION
Expand Down

0 comments on commit 68c6571

Please sign in to comment.