#include <src/sensors/MaximDS3231.h>
MaximDS3231_Temp
class
The Variable sub-class used for the temperature output from a DS3231.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- MaximDS3231_Temp(MaximDS3231* parentSense, const char* uuid = "", const char* varCode = "BoardTemp") explicit
- Construct a new MaximDS3231_
Temp object. - MaximDS3231_Temp()
- Construct a new MaximDS3231_
Temp object. - ~MaximDS3231_Temp()
- Destroy the MaximDS3231_
Temp object - no action needed.
Function documentation
MaximDS3231_ Temp:: MaximDS3231_Temp(MaximDS3231* parentSense,
const char* uuid = "",
const char* varCode = "BoardTemp") explicit
Construct a new MaximDS3231_
Parameters | |
---|---|
parentSense | The parent MaximDS3231 providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "BoardTemp". |