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
44double no_os_typek_temp_to_voltage(double temp_celsius);
45
53double no_os_typek_voltage_to_temp(double voltage_mv);
54
55#endif /* __NO_OS_THERMOCOUPLE_H__ */
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...
double no_os_typek_voltage_to_temp(double voltage_mv)
ITS-90 Type K thermocouple inverse polynomial. Converts thermocouple voltage (mV) to temperature (°C)...