import smbus. import time. # channel = 1. # address = 0x5a. bus = smbus.SMBus(1). # reset. bus.write_i2c_block_data(0x5a, 0x80, [0x63]). # enable gpio.
確定! 回上一頁