summaryrefslogtreecommitdiff
path: root/decoders/ds2432/__init__.py
diff options
context:
space:
mode:
authorSoeren Apel <soeren@apelpie.net>2017-10-31 21:17:53 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2017-11-02 00:33:09 +0100
commita319f42fe43ae6e37eb7098767a2cf5eb48051f5 (patch)
tree906f5b21bdd4f6c97094d1c2535b0e9574e61fff /decoders/ds2432/__init__.py
parent3a9f6abf26e98198986567d83c790ad11fd1f875 (diff)
downloadlibsigrokdecode-a319f42fe43ae6e37eb7098767a2cf5eb48051f5.tar.gz
libsigrokdecode-a319f42fe43ae6e37eb7098767a2cf5eb48051f5.zip
ds2432: Adapt to allow for DS2433 as well
Diffstat (limited to 'decoders/ds2432/__init__.py')
-rw-r--r--decoders/ds2432/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds2432/__init__.py b/decoders/ds2432/__init__.py
index 7664b5b..c460e04 100644
--- a/decoders/ds2432/__init__.py
+++ b/decoders/ds2432/__init__.py
@@ -19,7 +19,7 @@
'''
This decoder stacks on top of the 'onewire_network' PD and decodes the
-Maxim DS2432 (1-Wire 1Kbit protected EEPROM with SHA-1 engine) protocol.
+Maxim DS243x (1-Wire EEPROM) protocol.
'''
from .pd import Decoder