]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/__init__.py
srd: Cosmetics.
[libsigrokdecode.git] / decoders / i2c / __init__.py
index 5216e01602a4498c031532ef71ffa6438b6f3e24..14262d18e9177a1f8860801e2b9d2df3199019c8 100644 (file)
@@ -62,15 +62,15 @@ I2C packet:
 [<cmd>, <data>]
 
 <cmd> is one of:
 [<cmd>, <data>]
 
 <cmd> is one of:
 - 'START' (START condition)
 - 'START REPEAT' (Repeated START condition)
 - 'ADDRESS READ' (Slave address, read)
 - 'ADDRESS WRITE' (Slave address, write)
 - 'DATA READ' (Data, read)
 - 'DATA WRITE' (Data, write)
 - 'STOP' (STOP condition)
 - 'ACK' (ACK bit)
 - 'NACK' (NACK bit)
+ - 'START' (START condition)
+ - 'START REPEAT' (Repeated START condition)
+ - 'ADDRESS READ' (Slave address, read)
+ - 'ADDRESS WRITE' (Slave address, write)
+ - 'DATA READ' (Data, read)
+ - 'DATA WRITE' (Data, write)
+ - 'STOP' (STOP condition)
+ - 'ACK' (ACK bit)
+ - 'NACK' (NACK bit)
 
 <data> is the data or address byte associated with the 'ADDRESS*' and 'DATA*'
 command. Slave addresses do not include bit 0 (the READ/WRITE indication bit).
 
 <data> is the data or address byte associated with the 'ADDRESS*' and 'DATA*'
 command. Slave addresses do not include bit 0 (the READ/WRITE indication bit).