summaryrefslogtreecommitdiff
path: root/decoders/lfast/__init__.py
diff options
context:
space:
mode:
authorSoeren Apel <soeren@apelpie.net>2020-07-28 12:57:58 +0200
committerSoeren Apel <soeren@apelpie.net>2020-07-29 23:46:49 +0200
commit4d8b4da74356e2cdd8da75b4ce80c4a17e81b335 (patch)
tree47ff4b5ae3e88c47f756585816f13e65da25136c /decoders/lfast/__init__.py
parentc5a2f0b4c7efaf8c31d94eefdddcd5f6264f6da9 (diff)
downloadlibsigrokdecode-4d8b4da74356e2cdd8da75b4ce80c4a17e81b335.tar.gz
libsigrokdecode-4d8b4da74356e2cdd8da75b4ce80c4a17e81b335.zip
lfast: Enhance LFAST PD
Diffstat (limited to 'decoders/lfast/__init__.py')
-rw-r--r--decoders/lfast/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoders/lfast/__init__.py b/decoders/lfast/__init__.py
index 93baae7..a2fd0fe 100644
--- a/decoders/lfast/__init__.py
+++ b/decoders/lfast/__init__.py
@@ -28,7 +28,8 @@ As with most differential signals, it's sufficient to measure TXP or RXP, no
need for a differential probe. The REFCLK used by the hardware isn't needed by
this protocol decoder either.
-For details see https://www.nxp.com/docs/en/application-note/AN5134.pdf
+For details see https://www.nxp.com/docs/en/application-note/AN5134.pdf and
+https://hitex.co.uk/fileadmin/uk-files/downloads/ShieldBuddy/tc27xD_um_v2.2.pdf
'''
from .pd import Decoder