1-phase PV router
Loading...
Searching...
No Matches
DeviceAddress Struct Reference

Structure representing the address of a device. More...

#include <utils_temp.h>

Public Attributes

uint8_t addr [8] {}
 

Detailed Description

Structure representing the address of a device.

This structure is used to store the unique address of a device, such as a DS18B20 temperature sensor. The address is an array of 8 bytes, typically represented in hexadecimal.

  • Each byte in the array represents a part of the unique address of the device.
  • This structure is used to identify and communicate with specific devices on the OneWire bus.

Definition at line 49 of file utils_temp.h.

Member Data Documentation

◆ addr

uint8_t DeviceAddress::addr[8] {}

The address of the device as an array of 8 bytes.

Definition at line 51 of file utils_temp.h.


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