X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2Fpd.py;h=b351344a848cc04e504703b43e61bf3690504e90;hb=72a6cad40c4df6e5e45216cd5f77d1b195168359;hp=9d2f0ab242bb48bcbfbfb1dfe9e696b3b04f6ced;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 9d2f0ab..b351344 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.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 ## @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): id = 'lm75' name = 'LM75' longname = 'National LM75' - desc = 'National LM75 (and compatibles) temperature sensor protocol.' + desc = 'National LM75 (and compatibles) temperature sensor.' license = 'gplv2+' inputs = ['i2c'] outputs = ['lm75']