Skip to content

Commit 6b394a6

Browse files
authored
Update SHT3.js
1 parent 688ce45 commit 6b394a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SHT3.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ SHT2x.prototype.readData = function() {
4848
hL: d.getInt8(4,1),
4949
tfV: -49.0 + 315.0 / 65535.0 * t,
5050
hfV: 100.0 / 65535.0 * h
51-
print(tfV);
5251
};
5352
};

0 commit comments

Comments
 (0)