X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2s%2F__init__.py;h=a0b7097f98daacfec10f2a68bd4bd36650a716da;hp=81b785baca0192f94ef4768f5af1a3144072fe6d;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=387c7bc65c4e87d704d4f59e78218effbfadcc95 diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index 81b785b..a0b7097 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 ## @@ -14,17 +14,16 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' -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 Decoder