ESPHome 2025.5.0
|
Go to the source code of this file.
Data Structures | |
class | esphome::max31865::MAX31865Sensor |
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::max31865 |
Enumerations | |
enum | esphome::max31865::MAX31865RegisterMasks { esphome::max31865::SPI_WRITE_M = 0x80 } |
enum | esphome::max31865::MAX31865Registers { esphome::max31865::CONFIGURATION_REG = 0x00 , esphome::max31865::RTD_RESISTANCE_MSB_REG = 0x01 , esphome::max31865::RTD_RESISTANCE_LSB_REG = 0x02 , esphome::max31865::FAULT_THRESHOLD_H_MSB_REG = 0x03 , esphome::max31865::FAULT_THRESHOLD_H_LSB_REG = 0x04 , esphome::max31865::FAULT_THRESHOLD_L_MSB_REG = 0x05 , esphome::max31865::FAULT_THRESHOLD_L_LSB_REG = 0x06 , esphome::max31865::FAULT_STATUS_REG = 0x07 } |
enum | esphome::max31865::MAX31865ConfigFilter { esphome::max31865::FILTER_60HZ = 0 , esphome::max31865::FILTER_50HZ = 1 } |