X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fxfp%2F__init__.py;h=c4fb008062c56ffa202a60a468d3037cfe57766a;hp=627f07b927955d0c5882e8115d78c9ecedb6d044;hb=0a1661caef534aeac73dbf2cf6d0e0778bb9865c;hpb=001974848a862a7eeab7efc81cc0b21aec56464d diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py index 627f07b..c4fb008 100644 --- a/decoders/xfp/__init__.py +++ b/decoders/xfp/__init__.py @@ -14,12 +14,11 @@ ## 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 . ## ''' -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 +36,4 @@ The XFP specification is available here: ftp://ftp.seagate.com/sff/INF-8077.PDF ''' -from .pd import * - +from .pd import Decoder