X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2F__init__.py;h=d0964184bfd87dc31499d60d5715c247ca397f19;hb=12851357e784b893e24880efc6cd22a0cbcc64ce;hp=fd72612bacbfe569342033660090591220f5e167;hpb=44f7ba18ee64fc89d0f69619076ff28a8bc6b31a;p=libsigrokdecode.git diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..d096418 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,9 @@ ## ''' -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 *