Home
last modified time | relevance | path

Searched refs:c_to_k (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py31 def c_to_k(c: float): function
36 t0_kelvin = c_to_k(25)
38 exp = beta * ((1 / c_to_k(temp_c)) - (1 / t0_kelvin))