LibDriver MAX31856
Loading...
Searching...
No Matches
driver_max31856_interrupt_test.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MAX31856_INTERRUPT_TEST_H
38#define DRIVER_MAX31856_INTERRUPT_TEST_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
59
74 float cold_junction_low_fault_threshold_deg,
75 float cold_junction_high_fault_threshold_deg,
76 float temperature_low_fault_threshold_deg,
77 float temperature_high_fault_threshold_deg,
78 uint32_t timeout);
79
83
84#ifdef __cplusplus
85}
86#endif
87
88#endif
driver max31856 interface header file
max31856_thermocouple_type_t
max31856 thermocouple type enumeration definition
uint8_t max31856_interrupt_test_irq_handler(void)
interrupt test irq callback
uint8_t max31856_interrupt_test(max31856_thermocouple_type_t type, float cold_junction_low_fault_threshold_deg, float cold_junction_high_fault_threshold_deg, float temperature_low_fault_threshold_deg, float temperature_high_fault_threshold_deg, uint32_t timeout)
interrupt test