]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / i2s / __init__.py
index 84abe96a72779aa3bdf490bb6947aadaf1e37391..e114cd0b973458c6dcefd7ab2367fe1331effbe9 100644 (file)
 ##
 
 '''
-I2S protocol decoder.
+I²S (Integrated Interchip Sound) is a serial bus for connecting digital
+audio devices (usually on the same device/board).
 
-Documentation:
+Details:
 http://www.nxp.com/acrobat_download/various/I2SBUS.pdf
 http://en.wikipedia.org/wiki/I2s
 '''
 
-from .pd import *
-
+from .pd import Decoder