precision-converters-firmware
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
float | get_ntc_thermistor_temperature (uint32_t ntc_sample, uint8_t chn) |
float | get_rtd_temperature (uint32_t rtd_sample, uint8_t chn) |
float | get_tc_temperature (uint32_t tc_sample, uint32_t cjc_sample, uint8_t tc_chn, uint8_t cjc_chn, float *cjc_temp) |
float get_ntc_thermistor_temperature | ( | uint32_t | ntc_sample, |
uint8_t | chn | ||
) |
float get_rtd_temperature | ( | uint32_t | rtd_sample, |
uint8_t | chn | ||
) |
float get_tc_temperature | ( | uint32_t | tc_sample, |
uint32_t | cjc_sample, | ||
uint8_t | tc_chn, | ||
uint8_t | cjc_chn, | ||
float * | cjc_temp | ||
) |