]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / lm75 / __init__.py
index fd72612bacbfe569342033660090591220f5e167..1026df1b030cac953ffd38d15887ce245e981676 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>
 ##
 ##
 
 '''
-National LM75 (and compatibles) temperature sensor protocol decoder.
-
-TODO: Description.
-
-Protocol output format:
-TODO.
-
-Details:
-TODO.
+This decoder stacks on top of the 'i2c' PD and decodes the National LM75
+(and compatibles) temperature sensor protocol.
 '''
 
-from .lm75 import *
-
+from .pd import Decoder