]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/__init__.py
am230x: Factor out handle_byte() to simplify state machine.
[libsigrokdecode.git] / decoders / xfp / __init__.py
index 627f07b927955d0c5882e8115d78c9ecedb6d044..664967df6e9c78e295e6c2c8b4e2a64b5132478a 100644 (file)
@@ -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 *
-