diff --git a/scripts/pyBusPirateLite/pyBusPirateLite/I2Chigh.py b/scripts/pyBusPirateLite/pyBusPirateLite/I2Chigh.py index abb358c3..b1e6d16d 100644 --- a/scripts/pyBusPirateLite/pyBusPirateLite/I2Chigh.py +++ b/scripts/pyBusPirateLite/pyBusPirateLite/I2Chigh.py @@ -50,7 +50,7 @@ def set_byte(self, i2caddr, addr, value): def command(self, i2caddr, cmd): - """ Writes one byte command to slave """ + """ Writes one byte command to subordinate """ self.send_start_bit(); stat = self.bulk_trans(2, [i2caddr<<1, cmd]); self.send_stop_bit();