X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2F__init__.py;h=049f96ab1cb5b18004c14a446ef916fde0d1c527;hp=c5d3ca5cb6f4d9655a4ff1b85b26ac7c13eef6fd;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4 diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index c5d3ca5..049f96a 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/maxim_ds28ea00/__init__.py @@ -19,14 +19,8 @@ ## ''' -Maxim DS28EA00 protocol decoder. - -The Maxim DS28EA00 is a 1-Wire digital thermometer with Sequence Detect -and PIO functionality. - -Details: -TODO +This decoder stacks on top of the 'onewire_network' PD and decodes the +Maxim DS28EA00 1-Wire digital thermometer protocol. ''' -from .pd import * - +from .pd import Decoder