diff --git a/nfc/pyBusPirateLite/pyBusPirateLite/I2Chigh.py b/nfc/pyBusPirateLite/pyBusPirateLite/I2Chigh.py index abb358c..b1e6d16 100644 --- a/nfc/pyBusPirateLite/pyBusPirateLite/I2Chigh.py +++ b/nfc/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();