]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sle44xx/__init__.py
sle44xx: extend decoder doc string, add "memory cards" hint
[libsigrokdecode.git] / decoders / sle44xx / __init__.py
index 1bc718996f1f976cdb831cbb78c1b94aaeaf1fa9..0eb02856ca1bf29233d0ab64e9a520e7e51c0542 100644 (file)
@@ -18,8 +18,9 @@
 ##
 
 '''
-SLE 4418/28/32/42 implement a 2-wire protocol (CLK and I/O) for comunication
-along the RST signal which is used to abort unnecessarily long memory reads.
+SLE 4418/28/32/42 memory cards implement a 2-wire protocol (CLK and I/O)
+for data communication, along with the RST signal which resets the card's
+internal state, and can terminate currently executing long memory reads.
 '''
 
 from .pd import Decoder