ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
max31865.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::max31865::MAX31865Sensor
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 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 }