Skip to content

Add measure T from NTC.

Kehang Bai requested to merge make_NTCSensor_NtoC_public into devel

Makea measurement script by adapting the NtoC() function in NTCSensor to measure the temperature of the NTC via a multimeter.

Analogous to src/tools/meter.cpp, to measure the temperature of a NTC through measuring the resistance and converting it to temperature. To do this, we can write:

Rntc = meter->measureRES()
Tntc = NTC->RtoC(Rntc)
Edited by Kehang Bai

Merge request reports