Write a block of data. def write_block_data(self, cmd, data): self.bus.write_i2c_block_data(self.addr, cmd, data) sleep(0.0001) ...
確定! 回上一頁