]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / i2s / __init__.py
index e59ca96368f3901140f2d89060de7c8a0edaa8ec..a0b7097f98daacfec10f2a68bd4bd36650a716da 100644 (file)
 ## 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 <http://www.gnu.org/licenses/>.
 ##
 
 '''
-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