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:
Pete Dietl 2021-12-13 12:49:49 +01:00 committed by Maureen Helm
commit 5dddf9f0f8
8 changed files with 350 additions and 0 deletions

View file

@ -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"