]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / xfp / __init__.py
index 928fbc73dff847eebff3e62749f4bf0ca76ff29b..c4fb008062c56ffa202a60a468d3037cfe57766a 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/>.
 ##
 
 '''
-XFP I2C management interface structure decoder.
+This PD decodes the XFP I²C management interface structures/protocol.
 
-XFP modules include an I2C interface, used to monitor and control various
-aspects of the module. The specification defines an I2C slave at address
+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
 0x50 (0xa0) which returns 128 bytes of a standard structure ("lower memory"),
 and, after setting a table number in lower memory, a set of 256 "higher
 memory" tables, which can be mapped to different subdevices on the XFP.
@@ -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