From b46b88f37ac302c7e00c288e78dab05a2ac74328 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 27 Jul 2020 17:48:40 +0200 Subject: sle44xx: extend decoder doc string, add "memory cards" hint Add a stronger hint to "memory cards", users might expect to see this detail in the decoder's description. Rephrase how the reset line will terminate pending memory reads. --- decoders/sle44xx/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'decoders/sle44xx/__init__.py') diff --git a/decoders/sle44xx/__init__.py b/decoders/sle44xx/__init__.py index 1bc7189..0eb0285 100644 --- a/decoders/sle44xx/__init__.py +++ b/decoders/sle44xx/__init__.py @@ -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 -- cgit v1.2.3-70-g09d2