summaryrefslogtreecommitdiff
path: root/decoders/xfp
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-12-28 15:15:06 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-12-28 15:15:06 +0100
commit001974848a862a7eeab7efc81cc0b21aec56464d (patch)
treedb0ff7af95ecc6aa53597cf26856b46a4a92daef /decoders/xfp
parentea48f54366eec05c4675c29387e741ddeeb9d2f5 (diff)
downloadlibsigrokdecode-001974848a862a7eeab7efc81cc0b21aec56464d.tar.gz
libsigrokdecode-001974848a862a7eeab7efc81cc0b21aec56464d.zip
Do some more I2C to I²C changes.
Diffstat (limited to 'decoders/xfp')
-rw-r--r--decoders/xfp/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py
index 928fbc7..627f07b 100644
--- a/decoders/xfp/__init__.py
+++ b/decoders/xfp/__init__.py
@@ -19,10 +19,10 @@
##
'''
-XFP I2C management interface structure decoder.
+XFP I²C management interface structure decoder.
-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.