Device initialization parameters. More...
Device initialization parameters.
12000
for 120 °C.drivers/max31865/dist/genlut.py
. Definition at line 129 of file max31865.h.
#include <max31865.h>
Data Fields | |
spi_t | spi |
SPI device. | |
spi_cs_t | cs_pin |
Chip select pin. | |
uint8_t | cfg_byte |
Initial value of the configuration register. | |
int32_t | temp_low_threshold |
Low threshold temperature (c°C) | |
int32_t | temp_high_threshold |
High threshold temperature (c°C) | |
const int32_t(* | lut )[][MAX31865_LUTCOL_NUMOF] |
Lookup table. | |
const int | lut_numlines |
Number of lines in the lookup table. | |