esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
Structure containing information related to a single DS18B20 device connected via a 1-Wire bus. More...
#include <ds18b20.h>
Data Fields | |
bool | init |
True if struct has been initialised, otherwise false. More... | |
bool | solo |
True if device is intended to be the only one connected to the bus, otherwise false. More... | |
bool | use_crc |
True if CRC checks are to be used when retrieving information from a device on the bus. More... | |
const OneWireBus * | bus |
Pointer to 1-Wire bus information relevant to this device. More... | |
OneWireBus_ROMCode | rom_code |
The ROM code used to address this device on the bus. More... | |
DS18B20_RESOLUTION | resolution |
Temperature measurement resolution per reading. More... | |
Structure containing information related to a single DS18B20 device connected via a 1-Wire bus.
const OneWireBus* bus |
bool init |
DS18B20_RESOLUTION resolution |
OneWireBus_ROMCode rom_code |
bool solo |
bool use_crc |