]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / lm75 / __init__.py
index 213e0ec02dac959c70769604890224ab2a36a3e9..1026df1b030cac953ffd38d15887ce245e981676 100644 (file)
 ##
 
 '''
-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 .pd import *
-
+from .pd import Decoder