]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/__init__.py
uart/i2cfilter: Don't check multiple-choice options.
[libsigrokdecode.git] / decoders / i2s / __init__.py
index f48e94fce91b372b249ecfa56d88965ca2963d9f..b9c0ed72fb683e63a13585d97020ecd34694ff35 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Joel Holdsworth <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-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
 '''