esp32-owb
ESP32-compatible C library for Maxim Integrated 1-Wire Bus.
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Pages
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>

Data Structures

struct  fields
 Provides access via field names. More...
 

Data Fields

struct OneWireBus_ROMCode::fields fields
 Provides access via field names.
 
uint8_t bytes [8]
 Provides raw byte access.
 

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.


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