Skip to content
Snippets Groups Projects
Commit 70128cd4 authored by Carlo Alessandro Nicolau's avatar Carlo Alessandro Nicolau
Browse files

(typo in code correction)

parent 81f32d18
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ def convert_chn2meas_TEMP2(_chn):
# temperature = 23.24 * voltage - 25.79
a = 23.24
b = -25.79
v = chennale2voltage_ADC(_chn)
v = channel2voltage_ADC(_chn)
return linear_regression(0.0, b, 1.0, a + b, v)
def convert_chn2meas_TEMP1(_chn):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment