1-phase PV router
|
Some constants. More...
Go to the source code of this file.
Variables | |
constexpr uint8_t | CONVERT_TEMPERATURE { 0x44 } |
constexpr int16_t | DEVICE_DISCONNECTED_C { -127 } |
constexpr int16_t | DEVICE_DISCONNECTED_RAW { -7040 } |
constexpr int16_t | OUTOFRANGE_TEMPERATURE { 30200 } |
constexpr uint8_t | READ_SCRATCHPAD { 0xBE } |
constexpr int16_t | TEMP_RANGE_HIGH { 12500 } |
constexpr int16_t | TEMP_RANGE_LOW { -5500 } |
constexpr uint8_t | WRITE_SCRATCH { 0x4E } |
Some constants.
Definition in file constants.h.
|
inlineconstexpr |
Definition at line 16 of file constants.h.
Referenced by TemperatureSensing< N >::requestTemperatures().
|
inlineconstexpr |
Definition at line 24 of file constants.h.
|
inlineconstexpr |
Definition at line 25 of file constants.h.
Referenced by printForJSON(), printForSerialText(), TemperatureSensing< N >::readTemperature(), sendTelemetryData(), and updateTemperature().
|
inlineconstexpr |
this value (302C) is sent if the sensor reports < -55C or > +125C
Definition at line 20 of file constants.h.
Referenced by printForJSON(), printForSerialText(), TemperatureSensing< N >::readTemperature(), and sendTelemetryData().
|
inlineconstexpr |
Definition at line 17 of file constants.h.
Referenced by TemperatureSensing< N >::readTemperature().
|
inlineconstexpr |
Definition at line 22 of file constants.h.
Referenced by TemperatureSensing< N >::readTemperature().
|
inlineconstexpr |
Definition at line 21 of file constants.h.
|
inlineconstexpr |
Definition at line 18 of file constants.h.