ESPHome 2025.5.0
Loading...
Searching...
No Matches
mcp9600.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::mcp9600::MCP9600Component
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::mcp9600
 

Enumerations

enum  esphome::mcp9600::MCP9600ThermocoupleType : uint8_t {
  esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_K = 0b000 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_J = 0b001 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_T = 0b010 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_N = 0b011 ,
  esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_S = 0b100 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_E = 0b101 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_B = 0b110 , esphome::mcp9600::MCP9600_THERMOCOUPLE_TYPE_R = 0b111
}