38#ifndef DRIVER_MAX31865_SHOT_H
39#define DRIVER_MAX31865_SHOT_H
55#define MAX31865_SHOT_DEFAULT_FILTER_SELECT MAX31865_FILTER_SELECT_50HZ
56#define MAX31865_SHOT_DEFAULT_FAULT_DETECTION_CYCLE_CONTROL MAX31865_FAULT_DETECTION_CYCLE_CONTROL_AUTOMATIC_DELAY
57#define MAX31865_SHOT_DEFAULT_HIGH_FAULT_THRESHOLD 0xFFFEU
58#define MAX31865_SHOT_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_shot_deinit(void)
shot example deinit
uint8_t max31865_shot_read(float *temp)
shot example read the temperature
uint8_t max31865_shot_init(max31865_wire_t wire, max31865_resistor_t type, float ref_resistor)
shot example init