X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fxfp%2F__init__.py;h=664967df6e9c78e295e6c2c8b4e2a64b5132478a;hb=35b380b1156434b73d4a976c68f5ab3604c8510a;hp=627f07b927955d0c5882e8115d78c9ecedb6d044;hpb=001974848a862a7eeab7efc81cc0b21aec56464d;p=libsigrokdecode.git diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py index 627f07b..664967d 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 @@ -38,4 +38,3 @@ The XFP specification is available here: ''' from .pd import * -