SMBus(1) Register = bus.read_i2c_block_data(0x4c, 0x99, 4) acc_x = Register[0] * 1.0 acc_y = Register[1] * 1.0 acc_z = Register[2] * 1.0 ...
確定! 回上一頁