SMBus(1) address = 0x20 def writeNumber(a,b,c,d,e): bus.write_i2c_block_data(address, a, [b, c, d, e]) return -1 while True: try: ...
確定! 回上一頁