38#ifndef DRIVER_MAX31865_BASIC_H
39#define DRIVER_MAX31865_BASIC_H
57#define MAX31865_BASIC_DEFAULT_FILTER_SELECT MAX31865_FILTER_SELECT_50HZ
58#define MAX31865_BASIC_DEFAULT_FAULT_DETECTION_CYCLE_CONTROL MAX31865_FAULT_DETECTION_CYCLE_CONTROL_AUTOMATIC_DELAY
59#define MAX31865_BASIC_DEFAULT_HIGH_FAULT_THRESHOLD 0xFFFEU
60#define MAX31865_BASIC_DEFAULT_LOW_FAULT_THRESHOLD 0x0000U
driver max31865 interface header file
max31865_resistor_t
max31865 resistor type enumeration definition
max31865_wire_t
max31865 wire type enumeration definition
uint8_t max31865_basic_deinit(void)
basic example deinit
uint8_t max31865_basic_init(max31865_wire_t wire, max31865_resistor_t type, float ref_resistor)
basic example init
uint8_t max31865_basic_read(float *temp)
basic example read the temperature