X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2F__init__.py;h=1026df1b030cac953ffd38d15887ce245e981676;hb=6e58cefe1056bd17f605e7717c44461d324a953d;hp=fd72612bacbfe569342033660090591220f5e167;hpb=44f7ba18ee64fc89d0f69619076ff28a8bc6b31a;p=libsigrokdecode.git diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..1026df1 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__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,16 +19,8 @@ ## ''' -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