Skip to content

Commit

Permalink
[sensor_v1]max31865 pkg adapt sensor_v1 frame
Browse files Browse the repository at this point in the history
  • Loading branch information
hydevcode committed Sep 9, 2024
1 parent 24d2675 commit f71f0ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion peripherals/sensors/max31865/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ if PKG_USING_MAX31865
string
default "/packages/peripherals/sensors/max31865"

config MAX31865_REF_RES
config PKG_MAX31865_USING_SENSOR_V1_DEVICE
bool "Enable sensor_v1 device framework"
select RT_USING_SENSOR
default n

config PKG_MAX31865_REF_RES
int "MAX31865 reference resistor. Unit: Milliohm"
default 400000

Expand Down

0 comments on commit f71f0ba

Please sign in to comment.