temp = bus.read_i2c_block_data(0x40, 0xE3,2) time.sleep(0.1) # Convert the data cTemp = ((temp[0] * 256 + temp[1]) * 175.72 / 65536.0) - ...
確定! 回上一頁