LibDriver MAX31855
Loading...
Searching...
No Matches
driver_max31855_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MAX31855_BASIC_H
38#define DRIVER_MAX31855_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t max31855_basic_init(void);
61
69uint8_t max31855_basic_deinit(void);
70
81uint8_t max31855_basic_read(int16_t *raw, float *temp, max31855_fault_t *fault);
82
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif
driver max31855 interface header file
max31855_fault_t
max31855 fault enumeration definition
uint8_t max31855_basic_read(int16_t *raw, float *temp, max31855_fault_t *fault)
basic example read the temperature
uint8_t max31855_basic_init(void)
basic example init
uint8_t max31855_basic_deinit(void)
basic example deinit