Data structure for the MAX31855. More...
Data structure for the MAX31855.
Definition at line 75 of file max31855.h.
#include <max31855.h>
Data Fields | |
| int32_t | thermocouple_temperature |
| Thermocouple temperature in centi degrees C. | |
| int32_t | internal_temperature |
| Internal temperature in centi degrees C. | |
| max31855_fault_t | fault |
| Fault status. | |
| max31855_fault_t max31855_data_t::fault |
Fault status.
Definition at line 78 of file max31855.h.
| int32_t max31855_data_t::internal_temperature |
Internal temperature in centi degrees C.
Definition at line 77 of file max31855.h.
| int32_t max31855_data_t::thermocouple_temperature |
Thermocouple temperature in centi degrees C.
Definition at line 76 of file max31855.h.