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. | |
uint8_t max31865_params_t::cfg_byte |
Initial value of the configuration register.
Definition at line 132 of file max31865.h.
spi_cs_t max31865_params_t::cs_pin |
Chip select pin.
Definition at line 131 of file max31865.h.
const int32_t(* max31865_params_t::lut)[][MAX31865_LUTCOL_NUMOF] |
Lookup table.
Definition at line 135 of file max31865.h.
const int max31865_params_t::lut_numlines |
Number of lines in the lookup table.
Definition at line 136 of file max31865.h.
spi_t max31865_params_t::spi |
SPI device.
Definition at line 130 of file max31865.h.
int32_t max31865_params_t::temp_high_threshold |
High threshold temperature (c°C)
Definition at line 134 of file max31865.h.
int32_t max31865_params_t::temp_low_threshold |
Low threshold temperature (c°C)
Definition at line 133 of file max31865.h.