X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2F__init__.py;h=4105814ea36e4f274b6866fa8a3019e7a4f53baf;hb=f04964c696336f5699a099bbd64785f199d91f4c;hp=fd72612bacbfe569342033660090591220f5e167;hpb=44f7ba18ee64fc89d0f69619076ff28a8bc6b31a;p=libsigrokdecode.git diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..4105814 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 *