X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2s%2F__init__.py;h=e114cd0b973458c6dcefd7ab2367fe1331effbe9;hb=46fe9a4ab1327b03809fe3e5e288773f3f93e5ea;hp=f48e94fce91b372b249ecfa56d88965ca2963d9f;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index f48e94f..e114cd0 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__init__.py @@ -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 ## @@ -19,12 +19,12 @@ ## ''' -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