|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Temperature range information structure. More...
#include <EspTemperature.h>
Public Attributes | |
| esp_temp_range_t | range |
| Range identifier. | |
| float | min_celsius |
| Minimum temperature. | |
| float | max_celsius |
| Maximum temperature. | |
| float | accuracy_celsius |
| Typical accuracy. | |
| const char * | description |
| Human-readable description. | |
Temperature range information structure.
| float esp_temp_range_info_t::accuracy_celsius |
Typical accuracy.
| const char* esp_temp_range_info_t::description |
Human-readable description.
| float esp_temp_range_info_t::max_celsius |
Maximum temperature.
| float esp_temp_range_info_t::min_celsius |
Minimum temperature.
| esp_temp_range_t esp_temp_range_info_t::range |
Range identifier.