Open pstaubs opened 1 week ago
File "myENS160.py", line 68, in calibrate_temp TypeError: unsupported types for __and__: 'float', 'int'
_temp=(_temp + 273.15) * 64 should probably be cast as int explicitly.
_temp=(_temp + 273.15) * 64
_temp=(_temp + 273.15) * 64
should probably be cast as int explicitly.