read calibration data data = self.bus.read_i2c_block_data(self.addr, 0xAA, 22) raw = b'' for n in range(11): raw += struct.pack('BB', ...
確定! 回上一頁