ESPHome  2024.4.0
Data Structures | Variables
esphome::dallas Namespace Reference

Data Structures

class  DallasComponent
 
class  DallasTemperatureSensor
 Internal class that helps us create multiple sensors for one Dallas hub. More...
 
class  ESPOneWire
 

Variables

const uint8_t ONE_WIRE_ROM_SELECT = 0x55
 
const int ONE_WIRE_ROM_SEARCH = 0xF0
 

Variable Documentation

◆ ONE_WIRE_ROM_SEARCH

const int esphome::dallas::ONE_WIRE_ROM_SEARCH = 0xF0

Definition at line 11 of file esp_one_wire.cpp.

◆ ONE_WIRE_ROM_SELECT

const uint8_t esphome::dallas::ONE_WIRE_ROM_SELECT = 0x55

Definition at line 10 of file esp_one_wire.cpp.