X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fxfp%2F__init__.py;h=51936e5537052eb23837c420cbd556be2a9cc85e;hb=686f0c3621cd8ef7264f3e45e0218f2ebdfb612a;hp=627f07b927955d0c5882e8115d78c9ecedb6d044;hpb=001974848a862a7eeab7efc81cc0b21aec56464d;p=libsigrokdecode.git diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py index 627f07b..51936e5 100644 --- a/decoders/xfp/__init__.py +++ b/decoders/xfp/__init__.py @@ -19,7 +19,7 @@ ## ''' -XFP I²C management interface structure decoder. +This PD decodes the XFP I²C management interface structures/protocol. XFP modules include an I²C interface, used to monitor and control various aspects of the module. The specification defines an I²C slave at address @@ -37,5 +37,4 @@ The XFP specification is available here: ftp://ftp.seagate.com/sff/INF-8077.PDF ''' -from .pd import * - +from .pd import Decoder