3-phase PV router
|
Structure representing the address of a device. More...
#include <utils_temp.h>
Public Attributes | |
uint8_t | addr [8] |
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.
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.