no-OS
Loading...
Searching...
No Matches
no_os_thermocouple.h
Go to the documentation of this file.
1
/***************************************************************************/
33
34
#ifndef __NO_OS_THERMOCOUPLE_H__
35
#define __NO_OS_THERMOCOUPLE_H__
36
44
double
no_os_typek_temp_to_voltage
(
double
temp_celsius);
45
53
double
no_os_typek_voltage_to_temp
(
double
voltage_mv);
54
55
#endif
/* __NO_OS_THERMOCOUPLE_H__ */
no_os_typek_temp_to_voltage
double no_os_typek_temp_to_voltage(double temp_celsius)
ITS-90 Type K thermocouple forward polynomial. Converts temperature (°C) to equivalent EMF voltage (m...
no_os_typek_voltage_to_temp
double no_os_typek_voltage_to_temp(double voltage_mv)
ITS-90 Type K thermocouple inverse polynomial. Converts thermocouple voltage (mV) to temperature (°C)...
include
no_os_thermocouple.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.