diff options
author | Soeren Apel <soeren@apelpie.net> | 2020-07-28 12:57:58 +0200 |
---|---|---|
committer | Soeren Apel <soeren@apelpie.net> | 2020-07-29 23:46:49 +0200 |
commit | 4d8b4da74356e2cdd8da75b4ce80c4a17e81b335 (patch) | |
tree | 47ff4b5ae3e88c47f756585816f13e65da25136c /decoders/lfast/__init__.py | |
parent | c5a2f0b4c7efaf8c31d94eefdddcd5f6264f6da9 (diff) | |
download | libsigrokdecode-4d8b4da74356e2cdd8da75b4ce80c4a17e81b335.tar.gz libsigrokdecode-4d8b4da74356e2cdd8da75b4ce80c4a17e81b335.zip |
lfast: Enhance LFAST PD
Diffstat (limited to 'decoders/lfast/__init__.py')
-rw-r--r-- | decoders/lfast/__init__.py | 3 |
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 |