]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / __init__.py
index 590ee63be7fb21ab176bbe13a9a640904e32396b..049f96ab1cb5b18004c14a446ef916fde0d1c527 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-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 Decoder