data_x_pos = self.bus.read_i2c_block_data(self.address, 0x02, 2) # Convert the data to 10 bits. Accl_x_pos = (data_x_pos[1] * 256 + ...
確定! 回上一頁