esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Data Fields
OneWireBus_ROMCode::fields Struct Reference

Provides access via field names. More...

#include <owb.h>

Data Fields

uint8_t family [1]
 family identifier (1 byte, LSB - read/write first) More...
 
uint8_t serial_number [6]
 serial number (6 bytes) More...
 
uint8_t crc [1]
 CRC check byte (1 byte, MSB - read/write last) More...
 

Detailed Description

Provides access via field names.

Definition at line 85 of file owb.h.

Field Documentation

◆ crc

uint8_t crc[1]

CRC check byte (1 byte, MSB - read/write last)

Definition at line 89 of file owb.h.

◆ family

uint8_t family[1]

family identifier (1 byte, LSB - read/write first)

Definition at line 87 of file owb.h.

◆ serial_number

uint8_t serial_number[6]

serial number (6 bytes)

Definition at line 88 of file owb.h.


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