Add measure T from NTC.
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