X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fi2s%2F__init__.py;h=e114cd0b973458c6dcefd7ab2367fe1331effbe9;hb=991c44f33a55733610f6d9da1efbcc5bf1074dee;hp=e59ca96368f3901140f2d89060de7c8a0edaa8ec;hpb=270a59d81fd0d18e6dc8930829d61e0bf64f0e8d;p=libsigrokdecode.git diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index e59ca96..e114cd0 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__init__.py @@ -19,12 +19,12 @@ ## ''' -I²S 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