esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Data Structures | Data Fields
OneWireBus_ROMCode Union Reference

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>

Collaboration diagram for OneWireBus_ROMCode:
Collaboration graph
[legend]

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...
 

Detailed Description

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.

Definition at line 82 of file owb.h.

Field Documentation

◆ bytes

uint8_t bytes[8]

Provides raw byte access.

Definition at line 92 of file owb.h.

◆ fields

Provides access via field names.


The documentation for this union was generated from the following file: