#include <thermistor.h>
|
static float | lookup (const uint32_t *lut, uint32_t resistance, uint16_t size, int16_t offset) |
|
static float | convert (const float resistance, float coeff_A, float coeff_B, float coeff_C) |
|
◆ thermistor()
thermistor::thermistor |
( |
| ) |
|
◆ ~thermistor()
thermistor::~thermistor |
( |
| ) |
|
◆ convert() [1/2]
virtual float thermistor::convert |
( |
const float |
resistance | ) |
|
|
pure virtual |
◆ convert() [2/2]
static float thermistor::convert |
( |
const float |
resistance, |
|
|
float |
coeff_A, |
|
|
float |
coeff_B, |
|
|
float |
coeff_C |
|
) |
| |
|
static |
◆ lookup() [1/2]
virtual float thermistor::lookup |
( |
const float |
resistance | ) |
|
|
pure virtual |
◆ lookup() [2/2]
static float thermistor::lookup |
( |
const uint32_t * |
lut, |
|
|
uint32_t |
resistance, |
|
|
uint16_t |
size, |
|
|
int16_t |
offset |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/precision-converters-firmware/precision-converters-firmware/libraries/precision-converters-library/tempsensors/thermistor.h