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.
##
'''
-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
api_version = 3
id = 'sle44xx'
name = 'SLE 44xx'
- longname = 'SLE44xx protocol'
+ longname = 'SLE44xx memory card'
desc = 'SLE 4418/28/32/42 memory card serial protocol'
license = 'gplv2+'
inputs = ['logic']