Заставила его работать. bus = smbus.SMBus(1) address = 0x58 bus.write_i2c_block_data(address, 0x20, [0x03]) time.sleep(.5) while 1: ...
確定! 回上一頁