X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2s%2F__init__.py;h=e59ca96368f3901140f2d89060de7c8a0edaa8ec;hb=e54f222c4edf55a379e5b3ad892cf671ace83e48;hp=e52d5b2f517efbe30f9d075ae73ffb57bec9f51a;hpb=2ab416c214e248be8ece49bab2cabf2b28954cca;p=libsigrokdecode.git diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index e52d5b2..e59ca96 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,11 +19,12 @@ ## ''' -I2S protocol decoder. +I²S protocol decoder. -Details: -TODO +Documentation: +http://www.nxp.com/acrobat_download/various/I2SBUS.pdf +http://en.wikipedia.org/wiki/I2s ''' -from .i2s import * +from .pd import *