bus.write_i2c_block_data(Address,First byte,[2nd byte up to 32]) ------ import smbus bus = smbus.SMBus(1) # This write 0x1c and 0x03 to ...
確定! 回上一頁