Skip to content

Commit 2b7a7eb

Browse files
committed
Merge pull request #46 from SaintGimp/FixGetTempComment
Fix getTemp() header documentation
2 parents 6087c1b + 4f07083 commit 2b7a7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DallasTemperature.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class DallasTemperature
126126
// sends command for one device to perform a temperature conversion by index
127127
bool requestTemperaturesByIndex(uint8_t);
128128

129-
// returns temperature raw value (12 bit integer of 1/16 degrees C)
129+
// returns temperature raw value (12 bit integer of 1/128 degrees C)
130130
int16_t getTemp(const uint8_t*);
131131

132132
// returns temperature in degrees C

0 commit comments

Comments
 (0)