drivers: sensors: Implement MAX31875 sensor
This commit implements the temperature sensor interface for the Maxim MAX31875Low-Power I2C Temperature Sensor. Signed-off-by: Pete Dietl <petedietl@gmail.com>
This commit is contained in:
parent
71707745b2
commit
5dddf9f0f8
8 changed files with 350 additions and 0 deletions
|
@ -160,6 +160,8 @@ source "drivers/sensor/max17262/Kconfig"
|
|||
|
||||
source "drivers/sensor/max30101/Kconfig"
|
||||
|
||||
source "drivers/sensor/max31875/Kconfig"
|
||||
|
||||
source "drivers/sensor/max44009/Kconfig"
|
||||
|
||||
source "drivers/sensor/max6675/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue