X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2F__init__.py;h=34d1d088e0ce70cad81f53bd7ef4cc87784afbc1;hb=c719b3a2b6fc8dfead68b5272667270e026883e1;hp=cb1c77870bae562a5cda9d71ec5b29010d3771f0;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index cb1c778..34d1d08 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 .pd import *