Skip to content

Commit a5a7bba

Browse files
committed
"Reformatted per new black version"
1 parent b885b62 commit a5a7bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tmp006.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def temperature(self):
127127
VOS = b0 + b1 * (tamb - TREF) + b2 * (tamb - TREF) ** 2
128128
fVOBJ = (vobj - VOS) + c2 * (vobj - VOS) ** 2
129129

130-
TOBJ = (tamb ** 4 + (fVOBJ / S)) ** 0.25
130+
TOBJ = (tamb**4 + (fVOBJ / S)) ** 0.25
131131

132132
return TOBJ - 273.15 # back to celsius
133133

0 commit comments

Comments
 (0)