1-phase PV router
|
Functions used for temperature monitoring and processing. More...
Classes | |
struct | DeviceAddress |
Structure representing the address of a device. More... | |
class | TemperatureSensing< N > |
Implements temperature sensing functionality for multiple sensors. More... | |
Typedefs | |
using | TemperatureSensing< N >::ScratchPad = uint8_t[9] |
Represents a buffer for storing sensor data. | |
Functions used for temperature monitoring and processing.
This group contains functions that handle temperature sensing using DS18B20 sensors. It includes reading temperature data, filtering invalid readings, and updating telemetry with valid temperature values. The temperature data can also influence load diversion decisions.
|
private |
Represents a buffer for storing sensor data.
The ScratchPad
type alias is used to define a buffer of 9 bytes, which is typically used to store data read from a DS18B20 temperature sensor's scratchpad memory.
Definition at line 120 of file utils_temp.h.