diff options
Diffstat (limited to 'decoders/ds2432/__init__.py')
-rw-r--r-- | decoders/ds2432/__init__.py | 2 |
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 |