Loading...
Searching...
No Matches

Detailed Description

Topics

 Configuration register bits
 
 Fault register bits
 In normal conditions, all bits are cleared.
 
 Register addresses
 

Files

file  max31865_internal.h
 Internal addresses, registers and constants.
 

Macros

#define MAX31865_DATA_SIZE   (8)
 Maximum number of bytes that can be read/written from/to the device.
 
#define MAX31865_REF_RESISTANCE_DEFAULT   (220)
 Reference resistance (ohm)
 
#define MAX31865_HTHRES_DEFAULT   (0xFFFF)
 Default value of the high threshold register.
 
#define MAX31865_LTHRES_DEFAULT   (0x0000)
 Default value of the low threshold register.
 

Macro Definition Documentation

◆ MAX31865_DATA_SIZE

#define MAX31865_DATA_SIZE   (8)

Maximum number of bytes that can be read/written from/to the device.

Definition at line 26 of file max31865_internal.h.

◆ MAX31865_HTHRES_DEFAULT

#define MAX31865_HTHRES_DEFAULT   (0xFFFF)

Default value of the high threshold register.

Definition at line 32 of file max31865_internal.h.

◆ MAX31865_LTHRES_DEFAULT

#define MAX31865_LTHRES_DEFAULT   (0x0000)

Default value of the low threshold register.

Definition at line 35 of file max31865_internal.h.

◆ MAX31865_REF_RESISTANCE_DEFAULT

#define MAX31865_REF_RESISTANCE_DEFAULT   (220)

Reference resistance (ohm)

Definition at line 29 of file max31865_internal.h.