esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
Represents a 1-Wire ROM Code. This is a sequence of eight bytes, where the first byte is the family number, then the following 6 bytes form the serial number. The final byte is the CRC8 check byte. More...
#include <owb.h>
Data Structures | |
struct | fields |
Provides access via field names. More... | |
Data Fields | |
struct OneWireBus_ROMCode::fields | fields |
Provides access via field names. More... | |
uint8_t | bytes [8] |
Provides raw byte access. More... | |
Represents a 1-Wire ROM Code. This is a sequence of eight bytes, where the first byte is the family number, then the following 6 bytes form the serial number. The final byte is the CRC8 check byte.
struct OneWireBus_ROMCode::fields fields |
Provides access via field names.