Index: firmware/App/Controllers/Thermistors.c =================================================================== diff -u -r6bf297b685487355fd581f221c59cf9d5a4fa53e -r215aa867f1769e07088ff5354ed17b0fd1a0f909 --- firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 6bf297b685487355fd581f221c59cf9d5a4fa53e) +++ firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 215aa867f1769e07088ff5354ed17b0fd1a0f909) @@ -319,12 +319,7 @@ /*********************************************************************//** * @brief * The calculateThermistorTemperature function converts the ADC value - * of thermistors into temperature in C. Below are the calculation - * steps: - * voltage = ADC x 3 / 2^12 - * voltage = 3 x 10 / ( 10 + R(T) ) - * R(T) = 10000 x e^(beta x (1/T - 1/298)) - * Solve for T which is temperature in Kelvin + * of thermistors into temperature in C. * @details Inputs: none * @details Outputs: none * @param ADC value to be converted into temperature in C