3-phase PV router
Loading...
Searching...
No Matches
Public Attributes | List of all members
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.

Definition at line 33 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 35 of file utils_temp.h.


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