X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2s%2F__init__.py;h=550a8c84f6231237ff40e445bcbfa85fc7c34923;hb=dfbe1fb2a602114f74cc4f7e3610204dbb559012;hp=81b785baca0192f94ef4768f5af1a3144072fe6d;hpb=387c7bc65c4e87d704d4f59e78218effbfadcc95;p=libsigrokdecode.git diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index 81b785b..550a8c8 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 .i2s import * - +from .pd import *