Loading...
Searching...
No Matches

Data structure for the MAX31855. More...

Detailed Description

Data structure for the MAX31855.

Definition at line 76 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.
 

Field Documentation

◆ fault

max31855_fault_t max31855_data_t::fault

Fault status.

Definition at line 79 of file max31855.h.

◆ internal_temperature

int32_t max31855_data_t::internal_temperature

Internal temperature in centi degrees C.

Definition at line 78 of file max31855.h.

◆ thermocouple_temperature

int32_t max31855_data_t::thermocouple_temperature

Thermocouple temperature in centi degrees C.

Definition at line 77 of file max31855.h.


The documentation for this struct was generated from the following file: