Skip to content

Commit a96667d

Browse files
committed
Added missing final "}"
1 parent 170dd47 commit a96667d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: VernierThermistorStore/VernierThermistorStore.ino

+1
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,4 @@ float Thermistor(int Raw) //This function calculates temperature from ADC count
244244
Temp = 1 / (0.00102119 + (0.000222468 * Temp) + (0.000000133342 * Temp * Temp * Temp));
245245
Temp = Temp - 273.15; // Convert Kelvin to Celsius
246246
return Temp; // Return the Temperature
247+
}

0 commit comments

Comments
 (0)