Update ThermoModel.cpp

This commit is contained in:
Ben V. Brown
2024-06-08 17:41:04 +10:00
parent 2ea288e49b
commit 78755f9e53

View File

@@ -8,4 +8,9 @@
#include "Utils.h"
#include "configuration.h"
#ifdef TEMP_uV_LOOKUP_PT100_1K_PULLUP
#endif // TEMP_uV_LOOKUP_PT100_1K_PULLUP
#ifdef TEMP_uV_LOOKUP_S60
TemperatureType_t TipThermoModel::convertuVToDegC(uint32_t tipuVDelta) { return (tipuVDelta * 50) / 485; }
#endif // TEMP_uV_LOOKUP_S60