X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2F__init__.py;h=34d1d088e0ce70cad81f53bd7ef4cc87784afbc1;hb=84c1c0b52820af2418186ac3ecf93a5c6373a22e;hp=508ae5b960077fd21eee6fa02c7a25c3b9b531da;hpb=c07cbb92b129bef7a279169e1d7312811ee5e83f;p=libsigrokdecode.git diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index 508ae5b..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,14 +19,9 @@ ## ''' -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 *