3-phase PV router
Loading...
Searching...
No Matches
Classes | Variables
utils_temp.h File Reference

Some utility functions for temperature sensor(s) More...

#include <Arduino.h>
#include "constants.h"
Include dependency graph for utils_temp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DeviceAddress
 Structure representing the address of a device. More...
 
class  TemperatureSensing< N >
 This class implements the temperature sensing feature. More...
 

Variables

constexpr bool TEMP_SENSOR_PRESENT { false }
 

Detailed Description

Some utility functions for temperature sensor(s)

Author
Frédéric Metrich (frede.nosp@m.ric..nosp@m.metri.nosp@m.ch@l.nosp@m.ive.f.nosp@m.r)
Version
0.1
Date
2023-02-09

Definition in file utils_temp.h.

Variable Documentation

◆ TEMP_SENSOR_PRESENT

constexpr bool TEMP_SENSOR_PRESENT { false }
inlineconstexpr

set it to 'true' if temperature sensing is needed

Definition at line 23 of file utils_temp.h.