X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2F__init__.py;h=750d6993d7c76aa4fc622b84da697f132844238d;hp=590ee63be7fb21ab176bbe13a9a640904e32396b;hb=35b380b1156434b73d4a976c68f5ab3604c8510a;hpb=0afa64aefc96649c74770dbcbbcfb5934d99fe18 diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index 590ee63..750d699 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/maxim_ds28ea00/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -19,13 +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 .maxim_ds28ea00 import * +from .pd import *