bus.write_i2c_block_data(0x0C, 0x60, config) # Read data back, 1 byte # Status byte data = bus.read_byte(0x0C) # MLX90393 address, 0x0C(12)
確定! 回上一頁